Skip to content

Commit 12bb3ef

Browse files
Bump uuid from 1.22.0 to 1.23.0 (#15888)
* Bump uuid from 1.22.0 to 1.23.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix hashbrown pyo3 dep --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
1 parent 09afc50 commit 12bb3ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -38,7 +38,7 @@ rand = "0.9"
3838
rand_pcg = "0.9"
3939
rand_distr = "0.5"
4040
num-traits = "0.2"
41-
uuid = { version = "1.22", features = ["v4", "fast-rng"], default-features = false }
41+
uuid = { version = "1.23", features = ["v4", "fast-rng"], default-features = false }
4242
anyhow = "1.0"
4343
binrw = "0.15"
4444
cbindgen = "0.29.2"

0 commit comments

Comments
 (0)