diff --git a/Cargo.lock b/Cargo.lock index c062c14..390e407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,9 +1301,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.18.0" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2c28b1fa962e433f800ed1ea0bf53dc028d3745cf2acec6cfd28b65ac96afa" +checksum = "902f40dea4993d99db66732fddd9143e92657f1d47a642395f92b339b1375659" dependencies = [ "arc-swap", "cfg-if", @@ -1328,9 +1328,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.18.0" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a585238d8daf746e27df0f24d1bbdcd2410e9febff63f9a0173f90d7e71c50f6" +checksum = "191f6e3b11c1f817e5c3737158812bc8d3a383e9d9d89526703ea6dc1e9fe647" dependencies = [ "proc-macro2", "quote", @@ -1339,15 +1339,15 @@ dependencies = [ [[package]] name = "hotpath-macros-meta" -version = "0.18.0" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "309f63c2f755dead454dd4b3ea8ab5c947f14f8ea435fbcd37fa820e17290e80" +checksum = "604e1929e4e069ce456916d2bb267ddd2b7d680bfb5b89abca06a9b6d3fe50a7" [[package]] name = "hotpath-meta" -version = "0.18.0" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68faa91a9e1114dff668cd90560f332da6bbde40dae37ec28ea1c43ca5ce3be3" +checksum = "85c1f5d817c1a70efc3aa66d27909e86878ea22991c0b6fc5f36d6dbd26856a3" dependencies = [ "hotpath-macros-meta", ] diff --git a/Cargo.toml b/Cargo.toml index 9c0dcfe..7263fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio-util = "0.7" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } webp = "0.3" -hotpath = "0.18" +hotpath = "0.21" [features] hotpath = ["hotpath/hotpath"]