Skip to content

Commit 8b24a8e

Browse files
dependabot[bot]niklasdewallyozgurakgun
authored
Bump the all group with 2 updates (#201)
Bumps the all group with 2 updates: [serde_with](https://github.com/jonasbb/serde_with) and [clap](https://github.com/clap-rs/clap). Updates `serde_with` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.6.0...v3.6.1) Updates `clap` from 4.4.18 to 4.5.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Dewally <[email protected]> Co-authored-by: Özgür Akgün <[email protected]>
1 parent c841010 commit 8b24a8e

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

Cargo.lock

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

conjure_oxide/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ conjure_rules = {path = "../crates/conjure_rules" }
1414

1515
serde = { version = "1.0.196", features = ["derive"] }
1616
serde_json = "1.0.113"
17-
serde_with = "3.6.0"
17+
serde_with = "3.6.1"
1818
thiserror = "1.0.56"
1919
minion_rs = {path = "../solvers/minion" }
2020
anyhow = "1.0.79"
21-
clap = { version = "4.4.18", features = ["derive"] }
21+
clap = { version = "4.5.0", features = ["derive"] }
2222
strum_macros = "0.26.1"
2323
strum = "0.26.1"
2424
versions = "6.1.0"

crates/conjure_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
serde = { version = "1.0.196", features = ["derive"] }
88
serde_json = "1.0.113"
9-
serde_with = "3.6.0"
9+
serde_with = "3.6.1"
1010
strum = "0.26.1"
1111
strum_macros = "0.26.1"
1212
thiserror = "1.0.50"

0 commit comments

Comments
 (0)