Skip to content

Commit e46c2ec

Browse files
Bump the rust-production group across 1 directory with 4 updates
Bumps the rust-production group with 4 updates in the / directory: [serde_json](https://github.com/serde-rs/json), [log](https://github.com/rust-lang/log), [lalrpop-util](https://github.com/lalrpop/lalrpop) and [uuid](https://github.com/uuid-rs/uuid). Updates `serde_json` from 1.0.116 to 1.0.132 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.116...1.0.132) 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 `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) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch 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: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a57f7a commit e46c2ec

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

Cargo.lock

Lines changed: 20 additions & 9 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
@@ -21,12 +21,12 @@ egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] }
2121
# "serde",
2222
# "graphviz",
2323
# ] }
24-
serde_json = "1.0.1"
24+
serde_json = "1.0.132"
2525
pyo3-log = "0.11.0"
26-
log = "0.4.21"
27-
lalrpop-util = { version = "0.20", features = ["lexer"] }
26+
log = "0.4.22"
27+
lalrpop-util = { version = "0.22", features = ["lexer"] }
2828
ordered-float = "3.7"
29-
uuid = { version = "1.8.0", features = ["v4"] }
29+
uuid = { version = "1.11.0", features = ["v4"] }
3030

3131
# Use unreleased version of egraph-serialize in egglog as well
3232
# [patch.crates-io]

0 commit comments

Comments
 (0)