Skip to content

Commit 68e68b5

Browse files
Bump the rust-production group across 1 directory with 5 updates
Bumps the rust-production group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pyo3](https://github.com/pyo3/pyo3) | `0.22.5` | `0.22.6` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.139` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [lalrpop-util](https://github.com/lalrpop/lalrpop) | `0.22.0` | `0.22.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.13.2` | Updates `pyo3` from 0.22.5 to 0.22.6 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.22.6/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.5...v0.22.6) Updates `serde_json` from 1.0.132 to 1.0.139 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.139) Updates `log` from 0.4.22 to 0.4.25 - [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.22...0.4.25) Updates `lalrpop-util` from 0.22.0 to 0.22.1 - [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md) - [Commits](lalrpop/lalrpop@0.22.0...0.22.1) Updates `uuid` from 1.11.0 to 1.13.2 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...v1.13.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-production - 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-patch 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 7eee95b commit 68e68b5

File tree

2 files changed

+57
-27
lines changed

2 files changed

+57
-27
lines changed

Cargo.lock

+53-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ name = "egglog"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
pyo3 = { version = "0.22.5", features = ["extension-module"] }
13+
pyo3 = { version = "0.22.6", features = ["extension-module"] }
1414

1515
egglog = { git = "https://github.com/saulshanabrook/egg-smol", rev = "889ca7635368d7e382e16a93b2883aba82f1078f" }
1616
egglog-experimental = { git = "https://github.com/egraphs-good/egglog-experimental", rev = "8a1b3d6ad2723a8438f51f05027161e51f37917c" }
1717
egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] }
18-
serde_json = "1.0.132"
18+
serde_json = "1.0.139"
1919
pyo3-log = "0.11.0"
20-
log = "0.4.22"
20+
log = "0.4.25"
2121
lalrpop-util = { version = "0.22", features = ["lexer"] }
2222
ordered-float = "3.7.0"
23-
uuid = { version = "1.11.0", features = ["v4"] }
23+
uuid = { version = "1.13.2", features = ["v4"] }
2424

2525
# Use unreleased version of egglog in experimental
2626
[patch.'https://github.com/egraphs-good/egglog']

0 commit comments

Comments
 (0)