Skip to content

Commit 2b7ffc0

Browse files
build(deps): bump uguid from 2.0.0 to 2.1.0
Bumps [uguid](https://github.com/google/gpt-disk-rs) from 2.0.0 to 2.1.0. - [Changelog](https://github.com/google/gpt-disk-rs/blob/main/CHANGELOG.md) - [Commits](google/gpt-disk-rs@uguid-v2.0.0...uguid-v2.1.0) --- updated-dependencies: - dependency-name: uguid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f50f90e commit 2b7ffc0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)