Skip to content

Commit 2b988d6

Browse files
Bump the rust-production group across 1 directory with 4 updates
Bumps the rust-production group with 4 updates in the / directory: [pyo3](https://github.com/pyo3/pyo3), [serde_json](https://github.com/serde-rs/json), [log](https://github.com/rust-lang/log) and [uuid](https://github.com/uuid-rs/uuid). 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.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.137) 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 `uuid` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.0) --- 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: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3829d69 commit 2b988d6

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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
@@ -9,7 +9,7 @@ name = "egglog"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.22.5", features = ["extension-module"] }
12+
pyo3 = { version = "0.22.6", features = ["extension-module"] }
1313

1414
# https://github.com/egraphs-good/egglog/compare/ceed816e9369570ffed9feeba157b19471dda70d...main
1515
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "b0db06832264c9b22694bd3de2bdacd55bbe9e32" }
@@ -21,12 +21,12 @@ egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] }
2121
# "serde",
2222
# "graphviz",
2323
# ] }
24-
serde_json = "1.0.132"
24+
serde_json = "1.0.137"
2525
pyo3-log = "0.11.0"
26-
log = "0.4.22"
26+
log = "0.4.25"
2727
lalrpop-util = { version = "0.22", features = ["lexer"] }
2828
ordered-float = "3.7"
29-
uuid = { version = "1.11.0", features = ["v4"] }
29+
uuid = { version = "1.12.0", features = ["v4"] }
3030

3131
# Use unreleased version of egraph-serialize in egglog as well
3232
# [patch.crates-io]

0 commit comments

Comments
 (0)