Skip to content

Commit fd7ad2b

Browse files
Update Rust crate toml to v0.9.10 (#12534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f686502 commit fd7ad2b

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ tikv-jemallocator = { version = "=0.6.1", features = ['unprefixed_malloc_on_supp
137137
tokio = { version = "=1.48.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
138138
tokio-postgres = "=0.7.15"
139139
tokio-util = "=0.7.17"
140-
toml = "=0.9.8"
140+
toml = "=0.9.10"
141141
tower = "=0.5.2"
142142
tower-http = { version = "=0.6.8", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
143143
tracing = "=0.1.44"

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "=1.0.228", features = ["derive"] }
1717
serde_json = "=1.0.145"
1818
tar = "=0.4.44"
1919
tempfile = "=3.23.0"
20-
toml = "=0.9.8"
20+
toml = "=0.9.10"
2121
tracing = "=0.1.44"
2222
zip = { version = "=6.0.0", default-features = false, features = ["deflate"] }
2323

crates/crates_io_test_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ diesel = "=2.3.5"
2222
diesel-async = "=0.7.4"
2323
semver = "=1.0.27"
2424
serde_json = "=1.0.145"
25-
toml = "=0.9.8"
25+
toml = "=0.9.10"

0 commit comments

Comments
 (0)