Skip to content

Commit 09d4ae7

Browse files
Bump toml from 0.8.23 to 0.9.7 in /backend (#104)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.7. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.7) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b33b91 commit 09d4ae7

2 files changed

Lines changed: 48 additions & 23 deletions

File tree

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"raw_value",
1818
] }
1919
tokio = { version = "1.47.1", features = [ "macros", "rt-multi-thread" ] }
20-
toml = { version = "0.8.20" }
20+
toml = { version = "0.9.7" }
2121
tower-http = { version = "0.6", features = [ "cors" ] }
2222
tracing = { version = "0.1" }
2323
tracing-subscriber = { version = "0.3.20", features = [ "env-filter" ] }

0 commit comments

Comments
 (0)