Skip to content

Commit 85b2e45

Browse files
authored
Merge pull request #463 from conjure-cp/dependabot/cargo/all-ede551dd7e
build(deps): bump the all group with 5 updates
2 parents 81b2500 + 9cd8a48 commit 85b2e45

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

Cargo.lock

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

conjure_oxide/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ conjure_core = { path = "../crates/conjure_core" }
1313
minion_rs = { path = "../solvers/minion" }
1414

1515
uniplate = "0.1.2"
16-
serde = { version = "1.0.214", features = ["derive"] }
17-
serde_json = "1.0.132"
16+
serde = { version = "1.0.215", features = ["derive"] }
17+
serde_json = "1.0.133"
1818
serde_with = "3.11.0"
1919
thiserror = "2.0.3"
2020
anyhow = "1.0.93"
21-
clap = { version = "4.5.20", features = ["derive"] }
21+
clap = { version = "4.5.21", features = ["derive"] }
2222
strum_macros = "0.26.4"
2323
strum = "0.26.3"
2424
versions = "6.3.0"
25-
linkme = "0.3.29"
25+
linkme = "0.3.31"
2626
walkdir = "2.5.0"
2727
regex = "1.11.1"
2828
log = "0.4.22"

crates/conjure_core/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ minion_rs = { path = "../../solvers/minion" }
1313

1414
uniplate = "0.1.2"
1515
project-root = "0.2.2"
16-
linkme = "0.3.29"
17-
serde = { version = "1.0.214", features = ["derive"] }
18-
serde_json = "1.0.132"
16+
linkme = "0.3.31"
17+
serde = { version = "1.0.215", features = ["derive"] }
18+
serde_json = "1.0.133"
1919
serde_with = "3.11.0"
2020
strum = "0.26.3"
2121
strum_macros = "0.26.4"
@@ -26,7 +26,7 @@ regex = "1.11.1"
2626
walkdir = "2.5.0"
2727
derivative = "2.2.0"
2828
schemars = "0.8.21"
29-
clap = { version = "4.5.20", features = ["derive"] }
29+
clap = { version = "4.5.21", features = ["derive"] }
3030
itertools = "0.13.0"
3131
im = "15.1.0"
3232
tracing = "0.1.40"

crates/conjure_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ proc_macro = true
1010
quote = "1.0.36"
1111
syn = { version = "2.0.85", features = ["full"] }
1212
proc-macro2 = "1.0.89"
13-
linkme = "0.3.29"
13+
linkme = "0.3.31"
1414

1515
[lints]
1616
workspace = true

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.93"
10-
libc = "0.2.162"
10+
libc = "0.2.164"
1111
thiserror = "2.0.3"
1212

1313
[build-dependencies]

0 commit comments

Comments
 (0)