Skip to content

Commit

Permalink
Bump the rust-production group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the rust-production group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.128` |
| [pyo3-log](https://github.com/vorner/pyo3-log) | `0.10.0` | `0.11.0` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [lalrpop-util](https://github.com/lalrpop/lalrpop) | `0.20.2` | `0.21.0` |
| [ordered-float](https://github.com/reem/rust-ordered-float) | `3.7.0` | `4.3.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.8.0` | `1.10.0` |
| [num-rational](https://github.com/rust-num/num-rational) | `0.4.1` | `0.4.2` |



Updates `serde_json` from 1.0.116 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...1.0.128)

Updates `pyo3-log` from 0.10.0 to 0.11.0
- [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vorner/pyo3-log/commits)

Updates `log` from 0.4.21 to 0.4.22
- [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.21...0.4.22)

Updates `lalrpop-util` from 0.20.2 to 0.21.0
- [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md)
- [Commits](lalrpop/lalrpop@0.20.2...0.21.0)

Updates `ordered-float` from 3.7.0 to 4.3.0
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](reem/rust-ordered-float@v3.7.0...v4.3.0)

Updates `uuid` from 1.8.0 to 1.10.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.8.0...1.10.0)

Updates `num-rational` from 0.4.1 to 0.4.2
- [Changelog](https://github.com/rust-num/num-rational/blob/master/RELEASES.md)
- [Commits](rust-num/num-rational@num-rational-0.4.1...num-rational-0.4.2)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-production
- dependency-name: pyo3-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-production
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-production
- dependency-name: lalrpop-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-production
- dependency-name: ordered-float
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-production
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-production
- dependency-name: num-rational
  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 Sep 30, 2024
1 parent b7c6762 commit fa80ecd
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 25 deletions.
60 changes: 39 additions & 21 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ egraph-serialize = { git = "https://github.com/saulshanabrook/egraph-serialize",
# "graphviz",
# ] }
serde_json = "*"
pyo3-log = "0.10.0"
log = "0.4.21"
lalrpop-util = { version = "0.20.2", features = ["lexer"] }
pyo3-log = "0.11.0"
log = "0.4.22"
lalrpop-util = { version = "0.21.0", features = ["lexer"] }
ordered-float = "*"
uuid = { version = "1.8.0", features = ["v4"] }
uuid = { version = "1.10.0", features = ["v4"] }
num-rational = "*"

# Use unreleased version of egraph-serialize in egglog as well
Expand Down

0 comments on commit fa80ecd

Please sign in to comment.