Skip to content

Commit 0eefdf1

Browse files
chore(deps): bump toml from 0.5.11 to 0.7.2
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.7.2. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](toml-rs/toml@toml-v0.5.11...toml-v0.7.2) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8fc469 commit 0eefdf1

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

Cargo.lock

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

rest-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = { version = "1.0.152", features = ["derive"] }
2222
serde_json = "1.0.91"
2323
thiserror = "1.0.38"
2424
tokio = { version = "1.25.0", features = ["full"] }
25-
toml = "0.5.11"
25+
toml = "0.7.2"
2626
tower = { version = "0.4.13", features = ["buffer", "limit", "load-shed"] }
2727
tower-http = { version = "0.3.5", features = ["cors"] }
2828
tracing = "0.1.37"

0 commit comments

Comments
 (0)