Skip to content

Commit a521112

Browse files
fix(deps): update rust crate toml to v1
1 parent 1d2ee11 commit a521112

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -23,7 +23,7 @@ reqwest = { version = "0.13", features = ["json"] }
2323
serde = { version = "1.0", features = ["derive"] }
2424
serde_json = "1.0"
2525
tokio = { version = "1.47", features = ["rt-multi-thread", "macros"] }
26-
toml = "0.9"
26+
toml = "1.0"
2727

2828
[dev-dependencies]
2929
wiremock = "0.6"

0 commit comments

Comments
 (0)