Skip to content

Commit 82ef49f

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 51d0245 commit 82ef49f

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
@@ -116,7 +116,7 @@ tokio = { version = "1.45.0", features = ["full"] }
116116
tokio-stream = { version = "0.1.17", features = ["io-util"] }
117117
tokio-tungstenite = "0.26.2"
118118
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
119-
toml = "0.8.12"
119+
toml = "0.9.8"
120120
tracing = { version = "0.1.40", features = ["log"] }
121121
tracing-appender = "0.2.2"
122122
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt", "parking_lot", "time"] }

0 commit comments

Comments
 (0)