Skip to content

Commit dff0d5c

Browse files
authored
Merge pull request #216 from conjure-cp/dependabot/cargo/all-b4d90a9b83
Bump the all group with 1 update
2 parents e38fb65 + c66f111 commit dff0d5c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

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

conjure_oxide/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ conjure_rules = {path = "../crates/conjure_rules" }
1515
serde = { version = "1.0.196", features = ["derive"] }
1616
serde_json = "1.0.113"
1717
serde_with = "3.6.1"
18-
thiserror = "1.0.56"
18+
thiserror = "1.0.57"
1919
minion_rs = {path = "../solvers/minion" }
2020
anyhow = "1.0.79"
2121
clap = { version = "4.5.0", features = ["derive"] }

crates/conjure_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ serde_json = "1.0.113"
99
serde_with = "3.6.1"
1010
strum = "0.26.1"
1111
strum_macros = "0.26.1"
12-
thiserror = "1.0.50"
12+
thiserror = "1.0.57"
1313
doc_solver_support = {path= "../doc_solver_support"}
1414

1515
[lints]

solvers/minion/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
anyhow = "1.0.79"
10-
thiserror = "1.0.56"
10+
thiserror = "1.0.57"
1111

1212
[build-dependencies]
1313
bindgen = "0.69.4"

0 commit comments

Comments
 (0)