Skip to content

Commit 89a2b72

Browse files
Update Rust crate toml to v1 (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb5e181 commit 89a2b72

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

api/Cargo.lock

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

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ reqwest = { version = "0.13.2", features = ["json"] }
2121
tokio = { version = "1.49.0", features = ["sync"] }
2222
async-trait = "0.1.89"
2323
futures = "0.3.32"
24-
toml = "0.9.12"
24+
toml = "1.0.1"
2525

2626
[dev-dependencies]
2727
serial_test = "3.3.1"

0 commit comments

Comments
 (0)