Skip to content

Commit 45dee14

Browse files
Bump the myceliumd group in /myceliumd with 4 updates
Bumps the myceliumd group in /myceliumd with 4 updates: [clap](https://github.com/clap-rs/clap), [tracing-subscriber](https://github.com/tokio-rs/tracing), [serde_json](https://github.com/serde-rs/json) and [config](https://github.com/rust-cli/config-rs). Updates `clap` from 4.5.45 to 4.5.46 - [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.45...clap_complete-v4.5.46) Updates `tracing-subscriber` from 0.3.19 to 0.3.20 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) Updates `serde_json` from 1.0.142 to 1.0.143 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.142...v1.0.143) Updates `config` from 0.15.14 to 0.15.15 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.15.14...v0.15.15) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd - dependency-name: serde_json dependency-version: 1.0.143 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd - dependency-name: config dependency-version: 0.15.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9af09b5 commit 45dee14

File tree

2 files changed

+23
-66
lines changed

2 files changed

+23
-66
lines changed

myceliumd/Cargo.lock

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

myceliumd/Cargo.toml

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

1414
[dependencies]
15-
clap = { version = "4.5.45", features = ["derive"] }
15+
clap = { version = "4.5.47", features = ["derive"] }
1616
tracing = { version = "0.1.41", features = ["release_max_level_debug"] }
1717
tracing-logfmt = { version = "0.3.5", features = ["ansi_logs"] }
18-
tracing-subscriber = { version = "0.3.19", features = [
18+
tracing-subscriber = { version = "0.3.20", features = [
1919
"env-filter",
2020
"nu-ansi-term",
2121
] }
@@ -24,7 +24,7 @@ mycelium-metrics = { path = "../mycelium-metrics", features = ["prometheus"] }
2424
mycelium-cli = { path = "../mycelium-cli/", features = ["message"] }
2525
mycelium-api = { path = "../mycelium-api", features = ["message"] }
2626
serde = { version = "1.0.219", features = ["derive"] }
27-
serde_json = "1.0.142"
27+
serde_json = "1.0.143"
2828
tokio = { version = "1.47.1", features = [
2929
"macros",
3030
"rt-multi-thread",
@@ -35,6 +35,6 @@ base64 = "0.22.1"
3535
prettytable-rs = "0.10.0"
3636
urlencoding = "2.1.3"
3737
byte-unit = "5.1.6"
38-
config = "0.15.14"
38+
config = "0.15.15"
3939
dirs = "6.0.0"
4040
toml = "0.9.5"

0 commit comments

Comments
 (0)