Skip to content

Commit 1676575

Browse files
Bump toml from 0.9.8 to 0.9.10+spec-1.1.0 in /backend (#162)
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.8 to 0.9.10+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.9.8...toml-v0.9.10) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.10+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96f9f13 commit 1676575

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

backend/Cargo.lock

Lines changed: 11 additions & 11 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.48.0", features = [ "macros", "rt-multi-thread" ] }
20-
toml = { version = "0.9.8" }
20+
toml = { version = "0.9.10" }
2121
tower-http = { version = "0.6", features = [ "cors" ] }
2222
tracing = { version = "0.1" }
2323
tracing-subscriber = { version = "0.3.22", features = [ "env-filter" ] }

0 commit comments

Comments
 (0)