X Tutup
Skip to content

Commit cdc7842

Browse files
Bump uuid from 1.20.0 to 1.21.0 (#7258)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.21.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 f5a071d commit cdc7842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ chrono.workspace = true
101101
# uuid
102102
[target.'cfg(not(any(target_os = "ios", target_os = "android", target_os = "windows", target_arch = "wasm32", target_os = "redox")))'.dependencies]
103103
mac_address = "1.1.3"
104-
uuid = { version = "1.19.0", features = ["v1"] }
104+
uuid = { version = "1.21.0", features = ["v1"] }
105105

106106
[target.'cfg(all(unix, not(target_os = "redox"), not(target_os = "ios")))'.dependencies]
107107
termios = "0.3.3"

0 commit comments

Comments
 (0)
X Tutup