Skip to content

Commit 627ec15

Browse files
dependabot[bot]LeeSmet
authored andcommitted
Bump the myceliumd group across 1 directory with 3 updates
Bumps the myceliumd group with 3 updates in the /myceliumd directory: [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json). Updates `clap` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.30...v4.5.31) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) Updates `serde_json` from 1.0.138 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.140) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a2d0a7 commit 627ec15

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

myceliumd/Cargo.lock

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

myceliumd/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "mycelium"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
clap = { version = "4.5.30", features = ["derive"] }
15+
clap = { version = "4.5.31", features = ["derive"] }
1616
tracing = { version = "0.1.41", features = ["release_max_level_debug"] }
1717
tracing-logfmt = { version = "0.3.5", features = ["ansi_logs"] }
1818
tracing-subscriber = { version = "0.3.19", features = [
@@ -23,8 +23,8 @@ mycelium = { path = "../mycelium", features = ["message"] }
2323
mycelium-metrics = { path = "../mycelium-metrics", features = ["prometheus"] }
2424
mycelium-cli = { path = "../mycelium-cli/", features = ["message"] }
2525
mycelium-api = { path = "../mycelium-api", features = ["message"] }
26-
serde = { version = "1.0.217", features = ["derive"] }
27-
serde_json = "1.0.138"
26+
serde = { version = "1.0.218", features = ["derive"] }
27+
serde_json = "1.0.140"
2828
tokio = { version = "1.43.0", features = [
2929
"macros",
3030
"rt-multi-thread",

0 commit comments

Comments
 (0)