Skip to content

Commit 0433f63

Browse files
Update Rust crate toml to v0.9.0
1 parent 4dcf06d commit 0433f63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supp
128128
tokio = { version = "=1.46.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
129129
tokio-postgres = "=0.7.13"
130130
tokio-util = "=0.7.15"
131-
toml = "=0.8.23"
131+
toml = "=0.9.0"
132132
tower = "=0.5.2"
133133
tower-http = { version = "=0.6.6", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
134134
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.219", features = ["derive"] }
1616
serde_json = "=1.0.140"
1717
tar = "=0.4.44"
1818
tempfile = "=3.20.0"
19-
toml = "=0.8.23"
19+
toml = "=0.9.0"
2020
tracing = "=0.1.41"
2121
zip = { version = "=4.2.0", default-features = false, features = ["deflate"] }
2222

0 commit comments

Comments
 (0)