Skip to content

Commit

Permalink
Update Rust crate toml to v0.8.2 (#7226)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 3, 2023
1 parent 3a0631a commit 5210643
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tempfile = "=3.8.0"
thiserror = "=1.0.49"
threadpool = "=1.8.1"
tokio = { version = "=1.32.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
toml = "=0.8.1"
toml = "=0.8.2"
tower = "=0.4.13"
tower-http = { version = "=0.4.4", features = ["fs", "catch-panic"] }
tracing = "=0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "=1.0.188", features = ["derive"] }
serde_json = "=1.0.107"
tar = "=0.4.40"
thiserror = "=1.0.49"
toml = "=0.8.1"
toml = "=0.8.2"
tracing = "=0.1.37"

[dev-dependencies]
Expand Down

0 comments on commit 5210643

Please sign in to comment.