Skip to content

Commit 66dd06a

Browse files
fix(deps): bump toml from 0.8.23 to 0.9.8
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.8. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.8) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1776a67 commit 66dd06a

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset"
114114
tokio = { version = "1.45.0", features = ["full"] }
115115
tokio-tungstenite = "0.26.2"
116116
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
117-
toml = "0.8.12"
117+
toml = "0.9.8"
118118
tracing = { version = "0.1.40", features = ["log"] }
119119
tracing-appender = "0.2.2"
120120
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt", "parking_lot", "time"] }

0 commit comments

Comments
 (0)