Skip to content

Commit 9cd901c

Browse files
Bump the myceliumd-private group across 1 directory with 3 updates
Bumps the myceliumd-private group with 3 updates in the /myceliumd-private directory: [clap](https://github.com/clap-rs/clap), [tokio](https://github.com/tokio-rs/tokio) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `clap` from 4.5.32 to 4.5.35 - [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.32...clap_complete-v4.5.35) Updates `tokio` from 1.44.1 to 1.44.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) Updates `reqwest` from 0.12.14 to 0.12.15 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.14...v0.12.15) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd-private - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd-private - dependency-name: reqwest dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd-private ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60d8f4a commit 9cd901c

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

myceliumd-private/Cargo.lock

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

myceliumd-private/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "mycelium-private"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
clap = { version = "4.5.32", features = ["derive"] }
17+
clap = { version = "4.5.35", features = ["derive"] }
1818
tracing = { version = "0.1.41", features = ["release_max_level_debug"] }
1919
tracing-logfmt = { version = "0.3.5", features = ["ansi_logs"] }
2020
tracing-subscriber = { version = "0.3.19", features = [
@@ -27,12 +27,12 @@ mycelium-api = { path = "../mycelium-api", features = ["message"] }
2727
mycelium-cli = { path = "../mycelium-cli/", features = ["message"] }
2828
serde = { version = "1.0.219", features = ["derive"] }
2929
serde_json = "1.0.140"
30-
tokio = { version = "1.44.0", features = [
30+
tokio = { version = "1.44.2", features = [
3131
"macros",
3232
"rt-multi-thread",
3333
"signal",
3434
] }
35-
reqwest = { version = "0.12.9", default-features = false, features = ["json"] }
35+
reqwest = { version = "0.12.15", default-features = false, features = ["json"] }
3636
base64 = "0.22.1"
3737
config = "0.15.9"
3838
dirs = "6.0.0"

0 commit comments

Comments
 (0)