Skip to content

Commit 6ab9799

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 853161b commit 6ab9799

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
@@ -22,7 +22,7 @@ axum-messages = "0.8.0"
2222
cached = { version = "0.56.0", features = ["async"] }
2323
chrono = { version = "0.4.42", features = ["serde"] }
2424
chrono-tz = { version = "0.10.4", features = ["serde"] }
25-
clap = { version = "4.5.49", features = ["derive"] }
25+
clap = { version = "4.5.51", features = ["derive"] }
2626
deadpool-postgres = { version = "0.14.1", features = ["serde"] }
2727
emojis = "0.7.2"
2828
figment = { version = "0.10.19", features = ["yaml", "env"] }
@@ -45,12 +45,12 @@ postgres-openssl = "0.5.2"
4545
rand = "0.9.2"
4646
regex = "1.12.2"
4747
reqwest = { version = "0.12.24", features = ["json"] }
48-
rust-embed = "8.7.2"
48+
rust-embed = "8.8.0"
4949
serde = { version = "1.0.228", features = ["derive"] }
5050
serde_html_form = "0.2.8"
5151
serde_json = "1.0.145"
5252
serde_qs = { version = "0.15.0", features = ["axum"] }
53-
serde_with = "3.15.0"
53+
serde_with = "3.15.1"
5454
sha2 = "0.10.9"
5555
strum = { version = "0.27.2", features = ["derive"] }
5656
thiserror = "2.0.17"

0 commit comments

Comments
 (0)