Skip to content

Commit e9dc5ca

Browse files
Bump the rust-production group across 1 directory with 3 updates
Bumps the rust-production group with 3 updates in the / directory: [serde_json](https://github.com/serde-rs/json), [log](https://github.com/rust-lang/log) and [uuid](https://github.com/uuid-rs/uuid). Updates `serde_json` from 1.0.139 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.139...v1.0.140) Updates `log` from 0.4.25 to 0.4.26 - [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.25...0.4.26) Updates `uuid` from 1.13.2 to 1.15.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.13.2...v1.15.1) --- updated-dependencies: - 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 d282494 commit e9dc5ca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -15,12 +15,12 @@ pyo3 = { version = "0.22.6", features = ["extension-module"] }
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.139"
18+
serde_json = "1.0.140"
1919
pyo3-log = "0.11.0"
20-
log = "0.4.25"
20+
log = "0.4.26"
2121
lalrpop-util = { version = "0.22", features = ["lexer"] }
2222
ordered-float = "3.7.0"
23-
uuid = { version = "1.13.2", features = ["v4"] }
23+
uuid = { version = "1.15.1", features = ["v4"] }
2424

2525
# Use unreleased version of egglog in experimental
2626
[patch.'https://github.com/egraphs-good/egglog']

0 commit comments

Comments
 (0)