From 81e0e51b5f2f73fee266a5cafe4259c483335e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:24:47 +0000 Subject: [PATCH] Bump uuid from 1.19.0 to 1.22.0 in /conecta-core Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.22.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.19.0...v1.22.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- conecta-core/Cargo.lock | 4 ++-- conecta-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conecta-core/Cargo.lock b/conecta-core/Cargo.lock index 286efc0..6bb658c 100644 --- a/conecta-core/Cargo.lock +++ b/conecta-core/Cargo.lock @@ -2750,9 +2750,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.19.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" +checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/conecta-core/Cargo.toml b/conecta-core/Cargo.toml index 8d4f4c5..9453662 100644 --- a/conecta-core/Cargo.toml +++ b/conecta-core/Cargo.toml @@ -16,7 +16,7 @@ rayon = "1.11.0" chrono = "0.4.42" serde = { version = "1.0.228", features = ["derive"] } -uuid = "1.19.0" +uuid = "1.22.0" geo-types = "0.7.18" [dev-dependencies] flamegraph = "0.6.11"