Skip to content

Commit d432cfd

Browse files
Bump uuid from 1.18.1 to 1.19.0 (RustPython#6362)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a5d81a commit d432cfd

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
@@ -95,7 +95,7 @@ chrono.workspace = true
9595
# uuid
9696
[target.'cfg(not(any(target_os = "ios", target_os = "android", target_os = "windows", target_arch = "wasm32", target_os = "redox")))'.dependencies]
9797
mac_address = "1.1.3"
98-
uuid = { version = "1.1.2", features = ["v1"] }
98+
uuid = { version = "1.19.0", features = ["v1"] }
9999

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

0 commit comments

Comments
 (0)