You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
520 B
26 lines
520 B
3 years ago
|
--- cookie-0.14.4/Cargo.toml 1970-01-01T00:00:00+00:00
|
||
|
+++ cookie-0.14.4/Cargo.toml 2021-08-24T20:57:01.612708+00:00
|
||
|
@@ -24,7 +24,7 @@
|
||
|
[package.metadata.docs.rs]
|
||
|
all-features = true
|
||
|
[dependencies.aes-gcm]
|
||
|
-version = "0.8.0"
|
||
|
+version = "0.9.0"
|
||
|
optional = true
|
||
|
|
||
|
[dependencies.base64]
|
||
|
@@ -32,11 +32,11 @@
|
||
|
optional = true
|
||
|
|
||
|
[dependencies.hkdf]
|
||
|
-version = "0.10.0"
|
||
|
+version = "0.11.0"
|
||
|
optional = true
|
||
|
|
||
|
[dependencies.hmac]
|
||
|
-version = "0.10.0"
|
||
|
+version = "0.11.0"
|
||
|
optional = true
|
||
|
|
||
|
[dependencies.percent-encoding]
|