Skip to content

Commit

Permalink
build(deps): bump toml from 0.5.11 to 0.8.14
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.8.14.
- [Commits](toml-rs/toml@toml-v0.5.11...toml-v0.8.14)

---
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 Sep 9, 2024
1 parent f884331 commit 9b189ff
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 46 deletions.
50 changes: 8 additions & 42 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 common/commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror = { workspace = true }
tempfile = { workspace = true }
time = { workspace = true, features = ["parsing", "formatting"] }
tokio = { workspace = true, features = ["sync"] }
toml = "0.5.6"
toml = "0.8.14"
url = { workspace = true }
tap = { workspace = true }
zeroize = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion common/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dirs = { version = "5.0.1", optional = true }
handlebars = { workspace = true }
log = { workspace = true }
serde = { workspace = true, features = ["derive"] }
toml = "0.7.4"
toml = "0.8.14"
url = { workspace = true }

nym-network-defaults = { path = "../network-defaults", features = ["utoipa"] }
Expand Down
2 changes: 1 addition & 1 deletion mixnode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sysinfo = { workspace = true }
time.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "net", "signal"] }
tokio-util = { workspace = true, features = ["codec"] }
toml = "0.5.8"
toml = "0.8.14"
url = { workspace = true, features = ["serde"] }
thiserror = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/nym-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rand = { workspace = true }
tap = { workspace = true }
thiserror = { workspace = true }
url = { workspace = true }
toml = "0.5.10"
toml = "0.8.14"

[dev-dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit 9b189ff

Please sign in to comment.