From 46e58cf6b290f0bfa4dbfe43757b9676ed29c3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:23:07 -0700 Subject: [PATCH] Bump uuid from 1.10.0 to 1.11.0 (#43) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 061e6e6..d7a46f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1808,9 +1808,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index af35d60..fc75e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ pg_test = [] [dependencies] pgrx = "=0.11.0" thiserror = "1.0" -uuid = { version = "1.10", features = ["std", "v7"] } +uuid = { version = "1.11", features = ["std", "v7"] } [dev-dependencies] pgrx-tests = "=0.11.0"