Bump clap from 4.5.35 to 4.5.37 in /backend #32

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/backend/clap-4.5.37 into main 2025-05-11 14:53:02 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 88f6dcffaf - Show all commits

Bump clap from 4.5.35 to 4.5.37 in /backend

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.37.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.35...clap_complete-v4.5.37)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2025-04-21 07:38:35 +00:00 committed by GitHub
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
backend/Cargo.lock generated
View file

@ -451,9 +451,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.35" version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -471,9 +471,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.35" version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View file

@ -32,7 +32,7 @@ rand = "0.9.0"
sanitize-filename = "0.6.0" sanitize-filename = "0.6.0"
axum-jsonschema = { version = "0.8.0", features = ["aide"] } axum-jsonschema = { version = "0.8.0", features = ["aide"] }
regex = "1.11.1" regex = "1.11.1"
clap = { version = "4.5.35", features = ["derive"] } clap = { version = "4.5.37", features = ["derive"] }
futures = "0.3.31" futures = "0.3.31"
serde_json = "1.0.140" serde_json = "1.0.140"
clap-verbosity-flag = "3.0.2" clap-verbosity-flag = "3.0.2"