Skip to content

Commit 1de089f

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), [pyo3-log](https://github.com/vorner/pyo3-log), [lalrpop-util](https://github.com/lalrpop/lalrpop) and [uuid](https://github.com/uuid-rs/uuid). Updates `pyo3` from 0.23.5 to 0.24.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.5...v0.24.2) Updates `pyo3-log` from 0.12.3 to 0.12.4 - [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md) - [Commits](vorner/pyo3-log@v0.12.3...v0.12.4) Updates `lalrpop-util` from 0.22.1 to 0.22.2 - [Changelog](https://github.com/lalrpop/lalrpop/blob/0.22.2/RELEASES.md) - [Commits](lalrpop/lalrpop@0.22.1...0.22.2) Updates `uuid` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: pyo3-log dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: lalrpop-util dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b41794 commit 1de089f

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "egglog"
1010
crate-type = ["cdylib"]
1111

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

1515
# include this bugfix https://github.com/egraphs-good/egglog/pull/629
1616
egglog = { git = "https://github.com/saulshanabrook/egg-smol.git", rev = "1e638e6" }
@@ -20,11 +20,11 @@ core-relations = { git = "https://github.com/egraphs-good/egglog-backend.git", r
2020
egglog-experimental = { git = "https://github.com/egraphs-good/egglog-experimental", rev = "202078f" }
2121
egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] }
2222
serde_json = "1.0.140"
23-
pyo3-log = "0.12.3"
23+
pyo3-log = "0.12.4"
2424
log = "0.4.27"
2525
lalrpop-util = { version = "0.22", features = ["lexer"] }
2626
ordered-float = "3.7.0"
27-
uuid = { version = "1.16.0", features = ["v4"] }
27+
uuid = { version = "1.17.0", features = ["v4"] }
2828

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

0 commit comments

Comments
 (0)