Skip to content

Commit

Permalink
Bump the rust-production group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust-production group with 2 updates in the / directory: [pyo3](https://github.com/pyo3/pyo3) and [serde_json](https://github.com/serde-rs/json).


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.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent f1fb5b4 commit 7e002c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "egglog"
crate-type = ["cdylib"]

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

# https://github.com/egraphs-good/egglog/compare/ceed816e9369570ffed9feeba157b19471dda70d...main
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "b0db06832264c9b22694bd3de2bdacd55bbe9e32" }
Expand All @@ -21,7 +21,7 @@ egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] }
# "serde",
# "graphviz",
# ] }
serde_json = "1.0.132"
serde_json = "1.0.133"
pyo3-log = "0.11.0"
log = "0.4.22"
lalrpop-util = { version = "0.22", features = ["lexer"] }
Expand Down

0 comments on commit 7e002c9

Please sign in to comment.