Skip to content

Commit

Permalink
chore(deps): Bump toml from 0.7.6 to 0.8.2 (#3631)
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.2.
- [Commits](toml-rs/toml@toml-v0.7.6...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 462ad58 commit 63dca08
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 12 deletions.
43 changes: 34 additions & 9 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 blockchain/validators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hex = "0.4"
pem = "3.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.7"
toml = "0.8"

[dev-dependencies]
mc-blockchain-test-utils = { path = "../test-utils" }
Expand Down
2 changes: 1 addition & 1 deletion consensus/service/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ pem = "3.0"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
serde_json = "1.0"
serde_with = { version = "3.3", default-features = false }
toml = "0.7"
toml = "0.8"

2 changes: 1 addition & 1 deletion watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ prost = { version = "0.12", default-features = false, features = ["prost-derive"
rayon = "1.7"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
sha2 = "0.10"
toml = "0.7"
toml = "0.8"
url = "2.4"

[dev-dependencies]
Expand Down

0 comments on commit 63dca08

Please sign in to comment.