diff --git a/Cargo.lock b/Cargo.lock index f61da60..e323b97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,9 +277,9 @@ dependencies = [ [[package]] name = "hotpath" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "366c5db5a8e4643bdde121a1d6f35cfa035e7850b8b8ea94c6960a139d44e93a" +checksum = "f37234f85a8d1bda6b84d486245dd0847c5b33cca10d5f3691375e66704de0f8" dependencies = [ "arc-swap", "cfg-if", @@ -298,9 +298,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "846bde0d9600d98434e1aac376977d7718bfe3d2f5312a041b7c59a6a466c51a" +checksum = "2ac39b5517f540cab511bdbd5a4dc8cfc62858d6cd26a095463c1d2acfb3f290" dependencies = [ "proc-macro2", "quote", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 2af3fa8..d5dbf87 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true publish = false [dependencies] -hotpath = { optional = true, version = "0.25.0" } +hotpath = { optional = true, version = "0.26.0" } microfetch-asm.workspace = true [features] diff --git a/microfetch/Cargo.toml b/microfetch/Cargo.toml index c3950f1..ddb4b12 100644 --- a/microfetch/Cargo.toml +++ b/microfetch/Cargo.toml @@ -14,7 +14,7 @@ name = "microfetch" test = false [dependencies] -hotpath = { optional = true, version = "0.25.0" } +hotpath = { optional = true, version = "0.26.0" } microfetch-asm.workspace = true microfetch-lib.workspace = true