Skip to content

Commit aaf3da5

Browse files
chore(deps): bump uuid from 1.19.0 to 1.20.0 in /native (apache#3282)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d77057 commit aaf3da5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

native/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ hdfs-sys = {version = "0.3", optional = true, features = ["hdfs_3_3"]}
8080
opendal = { version ="0.55.0", optional = true, features = ["services-hdfs"] }
8181
iceberg = { workspace = true }
8282
serde_json = "1.0"
83-
uuid = "1.18.1"
83+
uuid = "1.20.0"
8484

8585
[target.'cfg(target_os = "linux")'.dependencies]
8686
procfs = "0.18.0"

native/fs-hdfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ url = "^2.2"
5252
log = "^0.4"
5353

5454
[dev-dependencies]
55-
uuid = {version = "^1.18", features = ["v4"]}
55+
uuid = {version = "^1.20", features = ["v4"]}
5656
tempfile = "^3.24"

0 commit comments

Comments
 (0)