Skip to content

Commit 1f81aff

Browse files
Bump the cli group with 3 updates
Bumps the cli group with 3 updates: [clap](https://github.com/clap-rs/clap), rust-embed and [serde_with](https://github.com/jonasbb/serde_with). Updates `clap` from 4.5.49 to 4.5.51 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.49...clap_complete-v4.5.51) Updates `rust-embed` from 8.7.2 to 8.8.0 Updates `serde_with` from 3.15.0 to 3.15.1 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.15.0...v3.15.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: rust-embed dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli - dependency-name: serde_with dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6265ae commit 1f81aff

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ axum-extra = { version = "0.10.3", features = ["form", "query"] }
1919
axum-login = "0.18.0"
2020
axum-messages = "0.8.0"
2121
cached = { version = "0.56.0", features = ["async"] }
22-
clap = { version = "4.5.49", features = ["derive"] }
22+
clap = { version = "4.5.51", features = ["derive"] }
2323
chrono = { version = "0.4.42", features = ["serde"] }
2424
chrono-tz = { version = "0.10.4", features = ["serde"] }
2525
deadpool-postgres = { version = "0.14.1", features = ["serde"] }
@@ -39,12 +39,12 @@ password-auth = "1.0.0"
3939
percent-encoding = "2.3.2"
4040
postgres-openssl = "0.5.2"
4141
reqwest = { version = "0.12.24", features = ["json"] }
42-
rust-embed = "8.7.2"
42+
rust-embed = "8.8.0"
4343
serde = { version = "1.0.228", features = ["derive"] }
4444
serde_html_form = "0.2.8"
4545
serde_json = "1.0.145"
4646
serde_qs = "0.15.0"
47-
serde_with = "3.15.0"
47+
serde_with = "3.15.1"
4848
sha2 = "0.10.9"
4949
strum = { version = "0.27", features = ["derive"] }
5050
thiserror = "2.0.17"

0 commit comments

Comments
 (0)