Skip to content

Commit 2d7bf00

Browse files
Bump toml from 0.8.23 to 1.1.3+spec-1.1.0 (#6)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 1.1.3+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.1.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.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 cfe6bda commit 2d7bf00

2 files changed

Lines changed: 22 additions & 27 deletions

File tree

Cargo.lock

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

crates/router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tokio-util = "0.7"
2222
parking_lot = "0.12"
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"
25-
toml = "0.8"
25+
toml = "1.1"
2626
tracing = "0.1"
2727
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2828
anyhow = "1"

0 commit comments

Comments
 (0)