From 18dd0bd13aaf2d4cff9093233748f41f2adce526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:16:49 +0000 Subject: [PATCH] build(deps): bump uuid from 1.18.0 to 1.18.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- multiconnect-core/Cargo.toml | 2 +- multiconnect-daemon/Cargo.toml | 2 +- multiconnect-frontend/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbcc3d2..065f397 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7118,9 +7118,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.3", "js-sys", diff --git a/multiconnect-core/Cargo.toml b/multiconnect-core/Cargo.toml index 2d28db5..4e560ee 100644 --- a/multiconnect-core/Cargo.toml +++ b/multiconnect-core/Cargo.toml @@ -19,7 +19,7 @@ uid = "0.1.8" libp2p = { version = "0.56.0", features = ["serde"] } bincode = "=1.3.3" async-trait = "0.1.88" -uuid = "1.16.0" +uuid = "1.18.1" os_info = "3.12.0" gethostname = "1.0.2" tracing = "0.1.41" diff --git a/multiconnect-daemon/Cargo.toml b/multiconnect-daemon/Cargo.toml index e1c96c2..c3d75f4 100644 --- a/multiconnect-daemon/Cargo.toml +++ b/multiconnect-daemon/Cargo.toml @@ -38,7 +38,7 @@ tokio-stream = { version = "0.1.17", features = ["sync"] } port_check = "0.2.1" tokio-util = { version = "0.7.16", features = ["codec", "compat"] } lazy_static = "1.5.0" -uuid = "1.16.0" +uuid = "1.18.1" fern = { version = "0.7.1", features = ["colored"] } humantime = "2.2.0" argh = "0.1.13" diff --git a/multiconnect-frontend/Cargo.toml b/multiconnect-frontend/Cargo.toml index 1af75f7..4130b52 100644 --- a/multiconnect-frontend/Cargo.toml +++ b/multiconnect-frontend/Cargo.toml @@ -29,7 +29,7 @@ pretty_env_logger = "0.5.0" log = "0.4.27" bincode = "=1.3.3" tokio-stream = { version = "0.1.17", features = ["sync"] } -uuid = { version = "1.16.0", features = ["v4"] } +uuid = { version = "1.18.1", features = ["v4"] } fern = { version = "0.7.1", features = ["colored"] } argh = "0.1.13" humantime = "2.2.0"