chore(deps): update rust crate cacher to v0.2.1 #200

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2025-11-25 18:46:52 -08:00

18
Cargo.lock generated
View File

@ -806,9 +806,9 @@ dependencies = [
[[package]] [[package]]
name = "cacher" name = "cacher"
version = "0.2.0" version = "0.2.1"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/" source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "d0f56bf9ee99f5bd53f3e05a0caa3084f664fcfd7b59e32ebe910c5c782b2f71" checksum = "7a2c1478332b1153fcaf9150605d3af69fafd4e4ccc50c42dd392d3616bd2f07"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bitcode", "bitcode",
@ -1679,7 +1679,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -2772,7 +2772,7 @@ dependencies = [
"libc", "libc",
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"socket2 0.5.10", "socket2 0.6.1",
"system-configuration", "system-configuration",
"tokio 1.48.0", "tokio 1.48.0",
"tower-service", "tower-service",
@ -4523,7 +4523,7 @@ dependencies = [
"quinn-udp", "quinn-udp",
"rustc-hash", "rustc-hash",
"rustls", "rustls",
"socket2 0.5.10", "socket2 0.6.1",
"thiserror 2.0.17", "thiserror 2.0.17",
"tokio 1.48.0", "tokio 1.48.0",
"tracing", "tracing",
@ -4560,9 +4560,9 @@ dependencies = [
"cfg_aliases", "cfg_aliases",
"libc", "libc",
"once_cell", "once_cell",
"socket2 0.5.10", "socket2 0.6.1",
"tracing", "tracing",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -5079,7 +5079,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -6149,7 +6149,7 @@ dependencies = [
"getrandom 0.3.4", "getrandom 0.3.4",
"once_cell", "once_cell",
"rustix", "rustix",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]