Skip to content

Commit 64bf045

Browse files
chore(deps): bump toml in /backend (#216)
Bumps [toml](https://github.com/toml-rs/toml) from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0. - [Commits](toml-rs/toml@toml-v1.1.0...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+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 043b3b1 commit 64bf045

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

backend/Cargo.lock

Lines changed: 14 additions & 8 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.52.1", features = [ "macros", "rt-multi-thread" ] }
20-
toml = { version = "1.1.0" }
20+
toml = { version = "1.1.2" }
2121
tower-http = { version = "0.6", features = [ "cors" ] }
2222
tracing = { version = "0.1" }
2323
tracing-subscriber = { version = "0.3.23", features = [ "env-filter" ] }

0 commit comments

Comments
 (0)