Skip to content

Commit c75a0a9

Browse files
Bump the rust-production group across 1 directory with 7 updates
Bumps the rust-production group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.128` | | [pyo3-log](https://github.com/vorner/pyo3-log) | `0.10.0` | `0.11.0` | | [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` | | [lalrpop-util](https://github.com/lalrpop/lalrpop) | `0.20.2` | `0.22.0` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `3.7.0` | `4.4.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.8.0` | `1.11.0` | | [num-rational](https://github.com/rust-num/num-rational) | `0.4.1` | `0.4.2` | Updates `serde_json` from 1.0.116 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.116...1.0.128) Updates `pyo3-log` from 0.10.0 to 0.11.0 - [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/vorner/pyo3-log/commits) Updates `log` from 0.4.21 to 0.4.22 - [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.21...0.4.22) Updates `lalrpop-util` from 0.20.2 to 0.22.0 - [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md) - [Commits](lalrpop/lalrpop@0.20.2...0.22.0) Updates `ordered-float` from 3.7.0 to 4.4.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](reem/rust-ordered-float@v3.7.0...v4.4.0) Updates `uuid` from 1.8.0 to 1.11.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.8.0...1.11.0) Updates `num-rational` from 0.4.1 to 0.4.2 - [Changelog](https://github.com/rust-num/num-rational/blob/master/RELEASES.md) - [Commits](rust-num/num-rational@num-rational-0.4.1...num-rational-0.4.2) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-production - dependency-name: pyo3-log dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-production - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-production - dependency-name: lalrpop-util dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-production - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-production - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-production - dependency-name: num-rational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12d8d5f commit c75a0a9

File tree

2 files changed

+45
-26
lines changed

2 files changed

+45
-26
lines changed

Cargo.lock

Lines changed: 41 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ egraph-serialize = { git = "https://github.com/saulshanabrook/egraph-serialize",
2525
# "graphviz",
2626
# ] }
2727
serde_json = "*"
28-
pyo3-log = "0.10.0"
29-
log = "0.4.21"
30-
lalrpop-util = { version = "0.20.2", features = ["lexer"] }
28+
pyo3-log = "0.11.0"
29+
log = "0.4.22"
30+
lalrpop-util = { version = "0.22.0", features = ["lexer"] }
3131
ordered-float = "*"
32-
uuid = { version = "1.8.0", features = ["v4"] }
32+
uuid = { version = "1.11.0", features = ["v4"] }
3333
num-rational = "*"
3434

3535
# Use unreleased version of egraph-serialize in egglog as well

0 commit comments

Comments
 (0)