chore: bump dependencies; set MSRV to 1.91.0
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

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I9b88bddb82e8f2d0d4e249cc3a27c61f6a6a6964
This commit is contained in:
raf 2026-02-09 15:31:34 +03:00
commit 3988436fa9
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -441,9 +441,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hotpath"
version = "0.9.3"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3554f9fc054c95f68e9f31196ca3aa77c6ce299f2e5877788e68168d01b7cfab"
checksum = "2dc168af8ef9f2f803292b6eca3bba81daca09df4f019f1d589d4392cc4a84e9"
dependencies = [
"arc-swap",
"base64",
@ -469,9 +469,9 @@ dependencies = [
[[package]]
name = "hotpath-macros"
version = "0.9.2"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0326ae0362362c976fba738ba2dd585e63bf92264b7070f20219453c9a8cd6ae"
checksum = "b2bcbc49dbb85d4226c95a61ab989247ceddb4901c679bcfcab39e586c3e26ad"
dependencies = [
"proc-macro2",
"quote",

View file

@ -4,7 +4,7 @@ description = "Microscopic fetch tool in Rust, for NixOS systems, with special
version = "0.4.13"
edition = "2024"
authors = [ "NotAShelf <raf@notashelf.dev>" ]
rust-version = "1.90"
rust-version = "1.91.0"
readme = "./docs/README.md"
repository = "https://github.com/notashelf/microfetch"
license = "GPL-3.0"
@ -18,7 +18,7 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.9.3" }
hotpath = { optional = true, version = "0.10.1" }
libc = "0.2.180"
[dev-dependencies]