Skip to content

Commit 1b99f55

Browse files
authored
Merge pull request #255 from larscom/renovate/toml-0.x
Update Rust crate toml to 0.9.0
2 parents a4cb318 + aa55bdc commit 1b99f55

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

api/Cargo.lock

Lines changed: 16 additions & 21 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
@@ -20,7 +20,7 @@ reqwest = { version = "0.12.22", features = ["json"] }
2020
tokio = { version = "1.46.1", features = ["sync"] }
2121
async-trait = "0.1.88"
2222
futures = "0.3.31"
23-
toml = "0.8.23"
23+
toml = "0.9.0"
2424

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

0 commit comments

Comments
 (0)