diff --git a/Cargo.lock b/Cargo.lock index 4dcd367..b87e4ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1398,9 +1398,9 @@ dependencies = [ [[package]] name = "hotpath" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff002d5c53fa1c6891f32156b9451d16654bc8a761894d7660b25c0a332d517" +checksum = "72ffc47505087fdc3825511dd51e7c9758ef729737d5764568f36fb671c0dee8" dependencies = [ "arc-swap", "cfg-if", @@ -1425,9 +1425,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2f4ac4534511584b7082657e133dcf3d8727b2f456a6b2a2c3eb02b82c1277" +checksum = "a87c69fd35b5116b60e56c449afabc6cc6c05aac9d6d31aa3b565916d6b572db" dependencies = [ "proc-macro2", "quote", @@ -1436,15 +1436,15 @@ dependencies = [ [[package]] name = "hotpath-macros-meta" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a87070853e9402ec79184f8d8d930d7eb86cd274aecdcf973f73b6f40271b0" +checksum = "7bfbef796755eaa115acf7a58092231b7a02e5f4573d18b1ede3ccbcda8db146" [[package]] name = "hotpath-meta" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31cfef2b9d280ad754c23b40b50cc74676489597f3cebfe0c180389e08a53ed" +checksum = "92ec0ac081668bbc76200eb7834c878aa8c369af237cf0ee9de5173624a6c5cd" dependencies = [ "hotpath-macros-meta", ] diff --git a/Cargo.toml b/Cargo.toml index 1d983d3..51e5a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ cron = "0.16.0" dotenvy = "0.15.7" fjall = "3.1.5" hashbrown = "0.17.1" -hotpath = "0.16.1" +hotpath = "0.17.0" reqwest = { version = "0.13.4", features = ["hickory-dns"] } rustls = "0.23.40" semver = "1.0.28"