Skip to content

Commit 8812b34

Browse files
Bump the rust group with 2 updates
Bumps the rust group with 2 updates: [pyo3](https://github.com/pyo3/pyo3) and [uuid](https://github.com/uuid-rs/uuid). Updates `pyo3` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.27.2/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.1...v0.27.2) Updates `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: pyo3 dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: uuid dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a892ec commit 8812b34

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -25,7 +25,7 @@ pyo3-log = "*"
2525
log = "0.4"
2626
lalrpop-util = { version = "0.22", features = ["lexer"] }
2727
ordered-float = "5"
28-
uuid = { version = "1.18", features = ["v4"] }
28+
uuid = { version = "1.19", features = ["v4"] }
2929
rayon = "1.11"
3030
base64 = "0.22.1"
3131

0 commit comments

Comments
 (0)