Skip to content

Commit

Permalink
chore(deps): Bump toml from 0.7.8 to 0.8.2
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.2.
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.2)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 90191c7 commit 29e12b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
"signal",
] }
tokio-stream = "0.1"
toml = "0.7"
toml = "0.8"
tracing = "0.1"
tracing-subscriber = "0.3.17"

Expand Down
2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
"time",
"signal",
] }
toml = "0.7"
toml = "0.8"
tonic = { workspace = true }
tracing = "0.1"
tracing-opentelemetry = "0.21"
Expand Down
2 changes: 1 addition & 1 deletion src/tests/state_cleaning_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_with = "3"
tokio = { version = "0.2", package = "madsim-tokio" }
tokio-postgres = "0.7"
tokio-stream = { version = "0.1", features = ["fs"] }
toml = "0.7"
toml = "0.8"
tracing = "0.1"

[target.'cfg(not(madsim))'.dependencies]
Expand Down

0 comments on commit 29e12b5

Please sign in to comment.