Skip to content

Commit 49e837a

Browse files
chore(deps): bump toml in /backend
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>
1 parent 9d118fb commit 49e837a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

backend/Cargo.lock

Lines changed: 7 additions & 7 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.10" }
20+
toml = { version = "1.0.3" }
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)