Skip to content

Commit 16ca5aa

Browse files
Update Rust crate toml to v0.9.8 (#12074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42836a0 commit 16ca5aa

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 15 additions & 15 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
@@ -129,7 +129,7 @@ thiserror = "=2.0.17"
129129
tokio = { version = "=1.47.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
130130
tokio-postgres = "=0.7.15"
131131
tokio-util = "=0.7.16"
132-
toml = "=0.9.7"
132+
toml = "=0.9.8"
133133
tower = "=0.5.2"
134134
tower-http = { version = "=0.6.6", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
135135
tracing = "=0.1.41"

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "=1.0.228", features = ["derive"] }
1616
serde_json = "=1.0.145"
1717
tar = "=0.4.44"
1818
tempfile = "=3.23.0"
19-
toml = "=0.9.7"
19+
toml = "=0.9.8"
2020
tracing = "=0.1.41"
2121
zip = { version = "=6.0.0", default-features = false, features = ["deflate"] }
2222

0 commit comments

Comments
 (0)