Skip to content

Commit

Permalink
Merge pull request #325 from containers/renovate/toml-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate toml to 0.8.10
  • Loading branch information
cgwalters authored Feb 12, 2024
2 parents 8051e16 + 3a57ab3 commit f818061
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 29 deletions.
41 changes: 13 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1
tokio-util = { features = ["io-util"], version = "0.7" }
tracing = "0.1"
tempfile = "3.10.0"
toml = "0.7.2"
toml = "0.8.10"
xshell = { version = "0.2", optional = true }
uuid = { version = "1.7.0", features = ["v4"] }

Expand Down

0 comments on commit f818061

Please sign in to comment.