fix: contrast checks

This commit is contained in:
trisua 2025-04-23 17:22:33 -04:00
parent 276f25a496
commit 9a2852f7ba
4 changed files with 11 additions and 7 deletions

8
Cargo.lock generated
View file

@ -648,9 +648,9 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
[[package]]
name = "contrasted"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40d36a6fb07044a3371abc364027b9489d770a840d72a04323389cfe32a41360"
checksum = "a3b6cc9d477fe7331eca62e0b39b559a2cda428d9cf2292b5ad99fc9d950fca1"
[[package]]
name = "cookie"
@ -2538,9 +2538,9 @@ dependencies = [
[[package]]
name = "redis"
version = "0.29.5"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
checksum = "438a4e5f8e9aa246d6f3666d6978441bf1b37d5f417b50c4dd220be09f5fcc17"
dependencies = [
"arc-swap",
"combine",