Skip to content

Commit 755ed9c

Browse files
authored
Merge pull request #957 from rust-osdev/dependabot/cargo/uguid-2.1.0
build(deps): bump uguid from 2.0.0 to 2.1.0
2 parents f50f90e + 2b7ffc0 commit 755ed9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rust-version = "1.70"
2323
bitflags = "2.0.0"
2424
log = { version = "0.4.5", default-features = false }
2525
ptr_meta = { version = "0.2.0", default-features = false }
26-
uguid = "2.0.0"
26+
uguid = "2.1.0"
2727

2828
[patch.crates-io]
2929
uefi = { path = "uefi" }

uefi-raw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
[dependencies]
1616
bitflags.workspace = true
1717
ptr_meta.workspace = true
18-
uguid = "2.0.0"
18+
uguid = "2.1.0"
1919

2020
[package.metadata.docs.rs]
2121
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)