Skip to content

Commit ee2c750

Browse files
authored
chore: bump z3 (#80)
1 parent 00f6ded commit ee2c750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crackers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ z3-gh-release = ["z3/gh-release"]
2525

2626
[dependencies]
2727
jingle = { version = "0.3.2", features = ["gimli"] }
28-
z3 = "0.18.2"
28+
z3 = "0.19.0"
2929
serde = { version = "1.0.203", features = ["derive"] }
3030
thiserror = "2.0"
3131
tracing = "0.1"

crackers_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pyo3 = { version = "0.26", features = ["extension-module", "py-clone"] }
1414
crackers = {path = "../crackers", features = ["pyo3"], version = "0.6.1" }
1515
jingle = { version = "0.3.2", features = ["pyo3"]}
1616
toml_edit = { version = "0.23.4", features = ["serde"] }
17-
z3 = "0.18.2"
17+
z3 = "0.19.0"
1818
serde_json = "1.0.140"
1919
lazy_static = "1.5.0"
2020
tracing = "0.1.41"

0 commit comments

Comments
 (0)