Skip to content

Commit 180a5c2

Browse files
Bump the rust group across 1 directory with 3 updates
Bumps the rust group with 3 updates in the / directory: [pyo3](https://github.com/pyo3/pyo3), [log](https://github.com/rust-lang/log) 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 `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) 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: log dependency-version: 0.4.29 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 180a5c2

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 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)