Skip to content

Commit 2be4014

Browse files
chore(deps): bump toml in /backend (#189)
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.10+spec-1.1.0 to 1.0.3+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.9.10...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ad8864 commit 2be4014

2 files changed

Lines changed: 21 additions & 15 deletions

File tree

backend/Cargo.lock

Lines changed: 20 additions & 14 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.49.0", features = [ "macros", "rt-multi-thread" ] }
20-
toml = { version = "0.9.10" }
20+
toml = { version = "1.1.0" }
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)