Merge pull request #67 from NotAShelf/dependabot/cargo/hotpath-0.15.1
Some checks failed
Rust / Test on aarch64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on armv7-unknown-linux-gnueabihf (push) Has been cancelled
Rust / Test on i686-unknown-linux-gnu (push) Has been cancelled
Rust / Test on loongarch64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on powerpc-unknown-linux-gnu (push) Has been cancelled
Rust / Test on powerpc64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on powerpc64le-unknown-linux-gnu (push) Has been cancelled
Rust / Test on riscv64gc-unknown-linux-gnu (push) Has been cancelled
Rust / Test on s390x-unknown-linux-gnu (push) Has been cancelled
Rust / Test on sparc64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on mips-unknown-linux-gnu (push) Has been cancelled
Rust / Test on mips64-unknown-linux-gnuabi64 (push) Has been cancelled
Rust / Test on riscv32gc-unknown-linux-gnu (push) Has been cancelled
Rust / Test on x86_64-unknown-linux-gnu (push) Has been cancelled

chore: bump hotpath from 0.15.0 to 0.15.1
This commit is contained in:
raf 2026-05-04 16:23:58 +03:00 committed by GitHub
commit 25c298422e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

16
Cargo.lock generated
View file

@ -448,9 +448,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]] [[package]]
name = "hotpath" name = "hotpath"
version = "0.15.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28594d8a3d30371e1488dcd6ba545bf07e9ce9dff6d8a57d70dbbaa221d3246d" checksum = "fdb7d0713302f121f02d93290b6303b320e886f462d2cde84146ce9f9e28f1f0"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"cfg-if", "cfg-if",
@ -476,9 +476,9 @@ dependencies = [
[[package]] [[package]]
name = "hotpath-macros" name = "hotpath-macros"
version = "0.15.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7b87d58f92c09858091f328521db329955e9fc960c3c9c55e5dc0ef228a37b0" checksum = "51066092dc750f8cbcac4afa04592377bf7463a911d1beca430ddd788deb0757"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -487,15 +487,15 @@ dependencies = [
[[package]] [[package]]
name = "hotpath-macros-meta" name = "hotpath-macros-meta"
version = "0.15.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4fcd1a53780c79401c81008b262470386d6dfee64599b337cae37a9674c082d" checksum = "b7f6b2adb32728a10077f9eb66ece7c122ae0d86f3430187bbd8605089e3df7e"
[[package]] [[package]]
name = "hotpath-meta" name = "hotpath-meta"
version = "0.15.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aadd604c1aac308bda11d4792ae46c2076acd0523e401ee8640f101c0b99653" checksum = "d45b707a3eae596368fd81132daea5f8a4444a4590b9da2439f7f6dd2c3c3102"
dependencies = [ dependencies = [
"hotpath-macros-meta", "hotpath-macros-meta",
] ]

View file

@ -9,7 +9,7 @@ license.workspace = true
publish = false publish = false
[dependencies] [dependencies]
hotpath = { optional = true, version = "0.15.0" } hotpath = { optional = true, version = "0.15.1" }
microfetch-asm.workspace = true microfetch-asm.workspace = true
[features] [features]

View file

@ -11,7 +11,7 @@ repository = "https://github.com/notashelf/microfetch"
publish = true publish = true
[dependencies] [dependencies]
hotpath = { optional = true, version = "0.15.0" } hotpath = { optional = true, version = "0.15.1" }
microfetch-alloc.workspace = true microfetch-alloc.workspace = true
microfetch-asm.workspace = true microfetch-asm.workspace = true
microfetch-lib.workspace = true microfetch-lib.workspace = true