diff --git a/Cargo.lock b/Cargo.lock index e393564..96ba19a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28594d8a3d30371e1488dcd6ba545bf07e9ce9dff6d8a57d70dbbaa221d3246d" +checksum = "fdb7d0713302f121f02d93290b6303b320e886f462d2cde84146ce9f9e28f1f0" dependencies = [ "arc-swap", "cfg-if", @@ -476,9 +476,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7b87d58f92c09858091f328521db329955e9fc960c3c9c55e5dc0ef228a37b0" +checksum = "51066092dc750f8cbcac4afa04592377bf7463a911d1beca430ddd788deb0757" dependencies = [ "proc-macro2", "quote", @@ -487,15 +487,15 @@ dependencies = [ [[package]] name = "hotpath-macros-meta" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4fcd1a53780c79401c81008b262470386d6dfee64599b337cae37a9674c082d" +checksum = "b7f6b2adb32728a10077f9eb66ece7c122ae0d86f3430187bbd8605089e3df7e" [[package]] name = "hotpath-meta" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4aadd604c1aac308bda11d4792ae46c2076acd0523e401ee8640f101c0b99653" +checksum = "d45b707a3eae596368fd81132daea5f8a4444a4590b9da2439f7f6dd2c3c3102" dependencies = [ "hotpath-macros-meta", ] diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 3e040b8..dc20548 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true publish = false [dependencies] -hotpath = { optional = true, version = "0.15.0" } +hotpath = { optional = true, version = "0.15.1" } microfetch-asm.workspace = true [features] diff --git a/microfetch/Cargo.toml b/microfetch/Cargo.toml index 445a473..86d168e 100644 --- a/microfetch/Cargo.toml +++ b/microfetch/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/notashelf/microfetch" publish = true [dependencies] -hotpath = { optional = true, version = "0.15.0" } +hotpath = { optional = true, version = "0.15.1" } microfetch-alloc.workspace = true microfetch-asm.workspace = true microfetch-lib.workspace = true