Skip to content

Commit 8fa4994

Browse files
Update Rust crate toml to 0.9.10 (#396)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f64c96e commit 8fa4994

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

api/Cargo.lock

Lines changed: 8 additions & 8 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.12.26", features = ["json", "rustls-tls"] }
2121
tokio = { version = "1.48.0", features = ["sync"] }
2222
async-trait = "0.1.89"
2323
futures = "0.3.31"
24-
toml = "0.9.9"
24+
toml = "0.9.10"
2525

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

0 commit comments

Comments
 (0)