Commit 75cf6b38 authored by Renovate Bot's avatar Renovate Bot 💬
Browse files

Update Rust crate cached to v2

parent 3c8935bf
Loading
Loading
Loading
Loading
Loading
+18 −19
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
dependencies = [
 "windows-sys 0.60.2",
 "windows-sys 0.61.2",
]

[[package]]
@@ -164,7 +164,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
dependencies = [
 "anstyle",
 "once_cell_polyfill",
 "windows-sys 0.60.2",
 "windows-sys 0.61.2",
]

[[package]]
@@ -550,15 +550,14 @@ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"

[[package]]
name = "cached"
version = "0.59.0"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b6f5d101f0f6322c8646a45b7c581a673e476329040d97565815c2461dd0c4"
checksum = "dc0df7748fe2f601e376916ab19e7bfc2c74461b8abe3bce2ce20036ad8de38f"
dependencies = [
 "ahash",
 "cached_proc_macro",
 "cached_proc_macro_types",
 "hashbrown 0.16.1",
 "once_cell",
 "parking_lot",
 "thiserror 2.0.20",
 "web-time",
@@ -566,9 +565,9 @@ dependencies = [

[[package]]
name = "cached_proc_macro"
version = "0.27.0"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ebcf9c75f17a17d55d11afc98e46167d4790a263f428891b8705ab2f793eca3"
checksum = "66e734c52502e6cf54dce2ba07108906b04b8fe57f4f5e3ef7d58267b4abf060"
dependencies = [
 "darling 0.20.11",
 "proc-macro2",
@@ -578,9 +577,9 @@ dependencies = [

[[package]]
name = "cached_proc_macro_types"
version = "0.1.1"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
checksum = "26cf465651fa6ad902a2d327ba60c3a6bc61c6a2f4ad70d091cf20dfda0074ef"

[[package]]
name = "caret"
@@ -735,7 +734,7 @@ version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
dependencies = [
 "windows-sys 0.52.0",
 "windows-sys 0.61.2",
]

[[package]]
@@ -1180,7 +1179,7 @@ dependencies = [
 "quote",
 "sha3 0.12.0",
 "strum",
 "syn 2.0.119",
 "syn 3.0.3",
 "unicode-ident",
 "void",
]
@@ -1288,7 +1287,7 @@ dependencies = [
 "libc",
 "option-ext",
 "redox_users",
 "windows-sys 0.59.0",
 "windows-sys 0.61.2",
]

[[package]]
@@ -1491,7 +1490,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
 "libc",
 "windows-sys 0.52.0",
 "windows-sys 0.61.2",
]

[[package]]
@@ -2667,7 +2666,7 @@ version = "0.50.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
dependencies = [
 "windows-sys 0.59.0",
 "windows-sys 0.61.2",
]

[[package]]
@@ -3287,7 +3286,7 @@ dependencies = [
 "derive-deftly",
 "libc",
 "paste",
 "thiserror 1.0.69",
 "thiserror 2.0.20",
]

[[package]]
@@ -3622,7 +3621,7 @@ dependencies = [
 "errno",
 "libc",
 "linux-raw-sys",
 "windows-sys 0.52.0",
 "windows-sys 0.61.2",
]

[[package]]
@@ -4074,7 +4073,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
dependencies = [
 "libc",
 "windows-sys 0.60.2",
 "windows-sys 0.61.2",
]

[[package]]
@@ -4303,7 +4302,7 @@ dependencies = [
 "getrandom 0.4.3",
 "once_cell",
 "rustix",
 "windows-sys 0.52.0",
 "windows-sys 0.61.2",
]

[[package]]
@@ -6067,7 +6066,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
 "windows-sys 0.52.0",
 "windows-sys 0.61.2",
]

[[package]]
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ rand = "0.10.0"
turn-tcp-client = { path = "../turn-tcp-client", optional = true }
# Avoid having to link liblzma.
lzma-sys = { version = "0.1", features = ["static"] }
cached = "0.59.0"
cached = "2.0.0"
static_assertions = "1.1.0"
safelog = "0.9.0"