From eac866ca63719bafdeb37b75b34abccdc0f674e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:16:09 +0000 Subject: [PATCH] build(rust): bump uuid from 0.8.2 to 1.12.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.2 to 1.12.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.2...1.12.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- connectorx/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a27657788..e165dd8e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1010,7 +1010,7 @@ dependencies = [ "tokio-util 0.6.10", "url", "urlencoding", - "uuid 0.8.2", + "uuid 1.12.1", ] [[package]] diff --git a/connectorx/Cargo.toml b/connectorx/Cargo.toml index 43569d5e0..d2c7ad239 100644 --- a/connectorx/Cargo.toml +++ b/connectorx/Cargo.toml @@ -53,7 +53,7 @@ tiberius = {version = "0.9", features = ["rust_decimal", "chrono", "integrated-a tokio = {version = "1", features = ["rt", "rt-multi-thread", "net"], optional = true} tokio-util = {version = "0.6", optional = true} urlencoding = {version = "2.1", optional = true} -uuid = {version = "0.8", optional = true} +uuid = {version = "1.12", optional = true} j4rs = {version = "0.17", optional = true} datafusion = {version = "44", optional = true} prusto = {version = "0.5.2", optional = true}