Merge pull request #41 from NotAShelf/dependabot/cargo/hotpath-0.9.2
Some checks failed
Rust / Test on aarch64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on x86_64-unknown-linux-gnu (push) Has been cancelled

chore(deps): bump hotpath from 0.9.0 to 0.9.2
This commit is contained in:
raf 2025-12-29 15:44:08 +03:00 committed by GitHub
commit a41eb10e9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -441,9 +441,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hotpath"
version = "0.9.0"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bff4650da2df45a71a2f5c2c51fdcd5bea79270e0cc2a9984942d57fc77c0d7"
checksum = "d8d5a16b6aedd67d44fbeb619e63d9fa649d77cabb25a4154f87deec8eeaff4a"
dependencies = [
"arc-swap",
"base64",
@ -469,9 +469,9 @@ dependencies = [
[[package]]
name = "hotpath-macros"
version = "0.9.0"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8d87ff506da0e93bac1a7ba104aa79fac048edab9d8ef922e75ba54106ee3d"
checksum = "0326ae0362362c976fba738ba2dd585e63bf92264b7070f20219453c9a8cd6ae"
dependencies = [
"proc-macro2",
"quote",

View file

@ -12,7 +12,7 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.9.0" }
hotpath = { optional = true, version = "0.9.2" }
libc = "0.2.178"
[dev-dependencies]