Skip to content

Commit 9ee881d

Browse files
Update Rust crate toml to 0.9
1 parent bf7d06c commit 9ee881d

File tree

2 files changed

+28
-33
lines changed

2 files changed

+28
-33
lines changed

Cargo.lock

Lines changed: 27 additions & 32 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
@@ -34,7 +34,7 @@ serde = { version = "1", features = ["derive"] }
3434
serde_json = "1"
3535
thiserror = "2"
3636
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
37-
toml = "0.8"
37+
toml = "0.9"
3838
tracing = "0.1"
3939
tracing-log = "0.2"
4040
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)