Skip to content

Commit 2431fc7

Browse files
dependabot[bot]raimannma
authored andcommitted
chore(deps): bump clap in the production-dependencies group
Bumps the production-dependencies group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.52 to 4.5.53 - [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.52...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c81ea9c commit 2431fc7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

glicko-mmr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
1010
anyhow = "1.0.100"
1111
common = { version = "0.1.0", path = "../common" }
1212
tracing = "0.1.41"
13-
clap = { version = "4.5.52", features = ["derive", "env"] }
13+
clap = { version = "4.5.53", features = ["derive", "env"] }
1414
chrono = "0.4.42"
1515
roots = "0.0.8"
1616
serde_json = "1.0.145"

hltv-scraper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyhow = "1.0.100"
88
axum = "0.8.7"
99
base64 = "0.22.1"
1010
cached = { version = "0.56", features = ["async", "async_tokio_rt_multi_thread"] }
11-
clap = { version = "4.5.52", features = ["derive", "env"] }
11+
clap = { version = "4.5.53", features = ["derive", "env"] }
1212
dashmap = "6.1.0"
1313
fred = { version = "10.1.0", features = ["i-hexpire"] }
1414
haste = { git = "https://github.com/deadlock-api/haste.git", rev = "d05a7b5a4f3bb61bc25f2de2564d2eb51ebcdeb8" }

0 commit comments

Comments
 (0)