Skip to content

Commit b306d2b

Browse files
Bump the rust group across 1 directory with 4 updates
Bumps the rust group with 4 updates in the / directory: [pyo3](https://github.com/pyo3/pyo3), [serde_json](https://github.com/serde-rs/json), [uuid](https://github.com/uuid-rs/uuid) and [rayon](https://github.com/rayon-rs/rayon). Updates `pyo3` from 0.24.2 to 0.25.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.25.1) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `uuid` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.0) Updates `rayon` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.10.0...rayon-core-v1.11.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: uuid dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: rayon dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cc65a9 commit b306d2b

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

Cargo.lock

Lines changed: 18 additions & 19 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
@@ -10,21 +10,21 @@ name = "egglog"
1010
crate-type = ["cdylib"]
1111

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

1515
egglog = { git = "https://github.com/egraphs-good/egglog.git", rev = "5542549" }
1616
# egglog = { path = "../egg-smol" }
1717
egglog-bridge = { git = "https://github.com/egraphs-good/egglog-backend.git", rev = "cd51d04" }
1818
core-relations = { git = "https://github.com/egraphs-good/egglog-backend.git", rev = "cd51d04" }
1919
egglog-experimental = { git = "https://github.com/egraphs-good/egglog-experimental", rev = "255b67a" }
2020
egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] }
21-
serde_json = "1.0.140"
21+
serde_json = "1.0.142"
2222
pyo3-log = "0.12.4"
2323
log = "0.4.27"
2424
lalrpop-util = { version = "0.22", features = ["lexer"] }
2525
ordered-float = "3.7.0"
26-
uuid = { version = "1.17.0", features = ["v4"] }
27-
rayon = "1.10.0"
26+
uuid = { version = "1.18.0", features = ["v4"] }
27+
rayon = "1.11.0"
2828

2929
# Use patched version of egglog in experimental
3030
[patch.'https://github.com/egraphs-good/egglog']

0 commit comments

Comments
 (0)