|
@@ -784,7 +784,7 @@ dependencies = [
|
|
"aes-gcm",
|
|
"aes-gcm",
|
|
"base64 0.13.0",
|
|
"base64 0.13.0",
|
|
"hkdf",
|
|
"hkdf",
|
|
- "hmac",
|
|
|
|
|
|
+ "hmac 0.10.1",
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
"rand",
|
|
"rand",
|
|
"sha2",
|
|
"sha2",
|
|
@@ -926,6 +926,16 @@ dependencies = [
|
|
"subtle",
|
|
"subtle",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "crypto-mac"
|
|
|
|
+version = "0.11.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
|
|
|
+dependencies = [
|
|
|
|
+ "generic-array",
|
|
|
|
+ "subtle",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "ctr"
|
|
name = "ctr"
|
|
version = "0.6.0"
|
|
version = "0.6.0"
|
|
@@ -1668,7 +1678,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
|
|
checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"digest",
|
|
"digest",
|
|
- "hmac",
|
|
|
|
|
|
+ "hmac 0.10.1",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1677,7 +1687,17 @@ version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
|
|
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "crypto-mac",
|
|
|
|
|
|
+ "crypto-mac 0.10.1",
|
|
|
|
+ "digest",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hmac"
|
|
|
|
+version = "0.11.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "crypto-mac 0.11.1",
|
|
"digest",
|
|
"digest",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -3058,9 +3078,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sqlx"
|
|
name = "sqlx"
|
|
-version = "0.5.6"
|
|
|
|
|
|
+version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b977121ecc75cadd442a6a8c600f5ded6d7117a46d55ed417a815bd94b2af237"
|
|
|
|
|
|
+checksum = "7911b0031a0247af40095838002999c7a52fba29d9739e93326e71a5a1bc9d43"
|
|
dependencies = [
|
|
dependencies = [
|
|
"sqlx-core",
|
|
"sqlx-core",
|
|
"sqlx-macros",
|
|
"sqlx-macros",
|
|
@@ -3068,9 +3088,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sqlx-core"
|
|
name = "sqlx-core"
|
|
-version = "0.5.6"
|
|
|
|
|
|
+version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6da11206ae9ba3ececf83d44aef533c0d8176ae430cfaa14b408ce8b6bc4ab4b"
|
|
|
|
|
|
+checksum = "aec89bfaca8f7737439bad16d52b07f1ccd0730520d3bf6ae9d069fe4b641fb1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ahash",
|
|
"ahash",
|
|
"atoi",
|
|
"atoi",
|
|
@@ -3091,7 +3111,8 @@ dependencies = [
|
|
"futures-util",
|
|
"futures-util",
|
|
"hashlink",
|
|
"hashlink",
|
|
"hex",
|
|
"hex",
|
|
- "hmac",
|
|
|
|
|
|
+ "hmac 0.11.0",
|
|
|
|
+ "indexmap",
|
|
"itoa",
|
|
"itoa",
|
|
"libc",
|
|
"libc",
|
|
"log",
|
|
"log",
|
|
@@ -3121,13 +3142,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sqlx-macros"
|
|
name = "sqlx-macros"
|
|
-version = "0.5.6"
|
|
|
|
|
|
+version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "419f9005ad3b065ab4e774361b0d56a24e8e3dc9b2c9ddeaf018b5fdc1166ec2"
|
|
|
|
|
|
+checksum = "584866c833511b1a152e87a7ee20dee2739746f60c858b3c5209150bc4b466f5"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dotenv",
|
|
"dotenv",
|
|
"either",
|
|
"either",
|
|
- "futures",
|
|
|
|
"heck",
|
|
"heck",
|
|
"hex",
|
|
"hex",
|
|
"once_cell",
|
|
"once_cell",
|
|
@@ -3144,9 +3164,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sqlx-rt"
|
|
name = "sqlx-rt"
|
|
-version = "0.5.6"
|
|
|
|
|
|
+version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "52d39baa13314f936c5991429b0b656980f52d23dfb15078bbea2c51f5086eeb"
|
|
|
|
|
|
+checksum = "0d1bd069de53442e7a320f525a6d4deb8bb0621ac7a55f7eccbc2b58b57f43d0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"actix-rt",
|
|
"actix-rt",
|
|
"once_cell",
|
|
"once_cell",
|