diff --git a/Cargo.lock b/Cargo.lock index c062c14..2351a2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,9 +1301,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.18.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2c28b1fa962e433f800ed1ea0bf53dc028d3745cf2acec6cfd28b65ac96afa" +checksum = "0772e97af6db4889a5894b3eddb7d6b8a75819fdf03fe89a07185ce651c66c85" dependencies = [ "arc-swap", "cfg-if", @@ -1328,9 +1328,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.18.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a585238d8daf746e27df0f24d1bbdcd2410e9febff63f9a0173f90d7e71c50f6" +checksum = "be1a3963a08af931247e0a560a8afd922d4a9f34b97be61306d286953e56fb96" dependencies = [ "proc-macro2", "quote", @@ -1339,15 +1339,15 @@ dependencies = [ [[package]] name = "hotpath-macros-meta" -version = "0.18.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "309f63c2f755dead454dd4b3ea8ab5c947f14f8ea435fbcd37fa820e17290e80" +checksum = "22e41cb5fa6cc4aa67d206a3d092d5ddce1d82b99f7e5ff436217cb18943cb61" [[package]] name = "hotpath-meta" -version = "0.18.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68faa91a9e1114dff668cd90560f332da6bbde40dae37ec28ea1c43ca5ce3be3" +checksum = "1af1db1600fcfca276a348cbdebf55d689d5487692329f2d1d900ec955713cc5" 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"]