Skip to content

Commit 528b3e9

Browse files
Merge pull request #300 from egraphs-good/dependabot/cargo/rust-476eb1e6d3
Bump the rust group across 1 directory with 4 updates
2 parents 134dcad + 1de089f commit 528b3e9

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)