From a463a3556de69883e0dab8defe5dff5b90b2915a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 23:11:49 +0000 Subject: [PATCH] Bump the myceliumd group across 1 directory with 2 updates Bumps the myceliumd group with 2 updates in the /myceliumd directory: [clap](https://github.com/clap-rs/clap) and [config](https://github.com/rust-cli/config-rs). Updates `clap` from 4.5.50 to 4.5.52 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.50...clap_complete-v4.5.52) Updates `config` from 0.15.18 to 0.15.19 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/v0.15.18...v0.15.19) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd - dependency-name: config dependency-version: 0.15.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: myceliumd ... Signed-off-by: dependabot[bot] --- myceliumd/Cargo.lock | 20 +++++++++++--------- myceliumd/Cargo.toml | 4 ++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/myceliumd/Cargo.lock b/myceliumd/Cargo.lock index 62892448..16e196b5 100644 --- a/myceliumd/Cargo.lock +++ b/myceliumd/Cargo.lock @@ -617,9 +617,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.50" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" +checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8" dependencies = [ "clap_builder", "clap_derive", @@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.50" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" +checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1" dependencies = [ "anstream", "anstyle", @@ -677,9 +677,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.18" +version = "0.15.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180e549344080374f9b32ed41bf3b6b57885ff6a289367b3dbc10eea8acc1918" +checksum = "b30fa8254caad766fc03cb0ccae691e14bf3bd72bfff27f72802ce729551b3d6" dependencies = [ "async-trait", "convert_case", @@ -3632,14 +3632,16 @@ dependencies = [ [[package]] name = "ron" -version = "0.8.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" +checksum = "fd490c5b18261893f14449cbd28cb9c0b637aebf161cd77900bfdedaff21ec32" dependencies = [ - "base64 0.21.7", "bitflags 2.9.0", + "once_cell", "serde", "serde_derive", + "typeid", + "unicode-ident", ] [[package]] diff --git a/myceliumd/Cargo.toml b/myceliumd/Cargo.toml index 258d0ff4..ff683b44 100644 --- a/myceliumd/Cargo.toml +++ b/myceliumd/Cargo.toml @@ -15,7 +15,7 @@ name = "mycelium" path = "src/main.rs" [dependencies] -clap = { version = "4.5.50", features = ["derive"] } +clap = { version = "4.5.52", features = ["derive"] } tracing = { version = "0.1.41", features = ["release_max_level_debug"] } tracing-logfmt = { version = "0.3.5", features = ["ansi_logs"] } tracing-subscriber = { version = "0.3.20", features = [ @@ -38,7 +38,7 @@ base64 = "0.22.1" prettytable-rs = "0.10.0" urlencoding = "2.1.3" byte-unit = "5.1.6" -config = "0.15.18" +config = "0.15.19" dirs = "6.0.0" toml = "0.9.8" herodb = { git = "https://git.ourworld.tf/herocode/herodb", rev = "77a53bae86", optional = true }