diff --git a/Cargo.lock b/Cargo.lock index 064b9b6..fc6de60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,9 +464,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.52" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8" +checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" dependencies = [ "clap_builder", "clap_derive", @@ -474,9 +474,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.52" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1" +checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ "anstream", "anstyle", diff --git a/glicko-mmr/Cargo.toml b/glicko-mmr/Cargo.toml index ed7eb9d..12bacfb 100644 --- a/glicko-mmr/Cargo.toml +++ b/glicko-mmr/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } anyhow = "1.0.100" common = { version = "0.1.0", path = "../common" } tracing = "0.1.41" -clap = { version = "4.5.52", features = ["derive", "env"] } +clap = { version = "4.5.53", features = ["derive", "env"] } chrono = "0.4.42" roots = "0.0.8" serde_json = "1.0.145" diff --git a/hltv-scraper/Cargo.toml b/hltv-scraper/Cargo.toml index 9f42d4e..dd759d1 100644 --- a/hltv-scraper/Cargo.toml +++ b/hltv-scraper/Cargo.toml @@ -8,7 +8,7 @@ anyhow = "1.0.100" axum = "0.8.7" base64 = "0.22.1" cached = { version = "0.56", features = ["async", "async_tokio_rt_multi_thread"] } -clap = { version = "4.5.52", features = ["derive", "env"] } +clap = { version = "4.5.53", features = ["derive", "env"] } dashmap = "6.1.0" fred = { version = "10.1.0", features = ["i-hexpire"] } haste = { git = "https://github.com/deadlock-api/haste.git", rev = "d05a7b5a4f3bb61bc25f2de2564d2eb51ebcdeb8" }