Skip to content

Commit 05fa4b5

Browse files
Merge pull request #260 from egraphs-good/dependabot/cargo/rust-production-9cb7377d96
Bump the rust-production group across 1 directory with 5 updates
2 parents 7eee95b + 68e68b5 commit 05fa4b5

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)