Skip to content

Commit 62079c7

Browse files
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), [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 - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd - dependency-name: reqwest dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60d8f4a commit 62079c7

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

myceliumd/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/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.32", features = ["derive"] }
15+
clap = { version = "4.5.35", 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 = [
@@ -25,12 +25,12 @@ mycelium-cli = { path = "../mycelium-cli/", features = ["message"] }
2525
mycelium-api = { path = "../mycelium-api", features = ["message"] }
2626
serde = { version = "1.0.219", features = ["derive"] }
2727
serde_json = "1.0.140"
28-
tokio = { version = "1.44.0", features = [
28+
tokio = { version = "1.44.2", features = [
2929
"macros",
3030
"rt-multi-thread",
3131
"signal",
3232
] }
33-
reqwest = { version = "0.12.9", default-features = false, features = ["json"] }
33+
reqwest = { version = "0.12.15", default-features = false, features = ["json"] }
3434
base64 = "0.22.1"
3535
prettytable-rs = "0.10.0"
3636
urlencoding = "2.1.3"

0 commit comments

Comments
 (0)