From cd8d46dd491fcc6a141c78001902271db54b6bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 03:22:05 +0000 Subject: [PATCH] build(deps): bump uuid from 1.9.1 to 1.10.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- clash_lib/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 246d13e32..b9d455409 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6665,9 +6665,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "getrandom", "rand", @@ -6677,9 +6677,9 @@ dependencies = [ [[package]] name = "uuid-macro-internal" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ff64d5cde1e2cb5268bdb497235b6bd255ba8244f910dbc3574e59593de68c" +checksum = "ee1cd046f83ea2c4e920d6ee9f7c3537ef928d75dce5d84a87c2c5d6b3999a3a" dependencies = [ "proc-macro2", "quote", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index a66bce911..e30db2ed9 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -34,7 +34,7 @@ libc = "0.2" foreign-types-shared = "0.3.1" network-interface = "2.0.0" base64 = "0.22" -uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] } +uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] } ip_network_table-deps-treebitmap = "0.5.0" once_cell = "1.18.0"