diff --git a/Cargo.lock b/Cargo.lock index 8fb8da57..40870c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" +checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" dependencies = [ "backtrace", ] @@ -4932,9 +4932,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42" +checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95" dependencies = [ "autocfg 1.1.0", "bytes", diff --git a/redis-rate-limit/Cargo.toml b/redis-rate-limit/Cargo.toml index 4938b60a..08830574 100644 --- a/redis-rate-limit/Cargo.toml +++ b/redis-rate-limit/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Bryan Stitt "] edition = "2021" [dependencies] -anyhow = "1.0.64" +anyhow = "1.0.65" bb8-redis = "0.11.0" tracing = "0.1.36" # TODO: i'd prefer not to require tokio here, but we use tokio::time -tokio = "1.21.0" +tokio = "1.21.1"