This is an automated email from the ASF dual-hosted git repository.

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 430498d5 chore(deps): Bump uuid from 1.12.0 to 1.12.1 (#913)
430498d5 is described below

commit 430498d50171c0057cde05379a8d576d81f72d54
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 27 11:15:21 2025 +0800

    chore(deps): Bump uuid from 1.12.0 to 1.12.1 (#913)
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 6edec17d..cf89eb51 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6341,9 +6341,9 @@ checksum = 
"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
 
 [[package]]
 name = "uuid"
-version = "1.12.0"
+version = "1.12.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4"
+checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b"
 dependencies = [
  "getrandom",
  "serde",
diff --git a/Cargo.toml b/Cargo.toml
index 99cfad56..7b9ac3f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,7 +97,7 @@ tokio = { version = "1.36", default-features = false }
 typed-builder = "0.20"
 url = "2.2.2"
 urlencoding = "2"
-uuid = { version = "1.10.0", features = ["v7"] }
+uuid = { version = "1.12.1", features = ["v7"] }
 volo-thrift = "0.10"
 hive_metastore = "0.1"
 tera = "1"

Reply via email to