Skip to content

Commit 8089800

Browse files
Bump the rust group with 2 updates
Bumps the rust group with 2 updates: [pyo3-log](https://github.com/vorner/pyo3-log) and [log](https://github.com/rust-lang/log). Updates `pyo3-log` from 0.12.1 to 0.12.2 - [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md) - [Commits](vorner/pyo3-log@v0.12.1...v0.12.2) Updates `log` from 0.4.26 to 0.4.27 - [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.26...0.4.27) --- updated-dependencies: - dependency-name: pyo3-log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99c0adf commit 8089800

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ egglog = { git = "https://github.com/egraphs-good/egglog", rev = "6f494282442803
1616
egglog-experimental = { git = "https://github.com/egraphs-good/egglog-experimental", rev = "8a1b3d6ad2723a8438f51f05027161e51f37917c" }
1717
egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] }
1818
serde_json = "1.0.140"
19-
pyo3-log = "0.12.1"
20-
log = "0.4.26"
19+
pyo3-log = "0.12.3"
20+
log = "0.4.27"
2121
lalrpop-util = { version = "0.22", features = ["lexer"] }
2222
ordered-float = "3.7.0"
2323
uuid = { version = "1.16.0", features = ["v4"] }

0 commit comments

Comments
 (0)