@@ -91,6 +91,12 @@ version = "0.21.7"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9292checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
9393
94+ [[package]]
95+ name = "base64"
96+ version = "0.22.1"
97+ source = "registry+https://github.com/rust-lang/crates.io-index"
98+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
99+
94100[[package]]
95101name = "base64ct"
96102version = "1.6.0"
@@ -859,9 +865,9 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
859865
860866[[package]]
861867name = "itertools"
862- version = "0.10.5 "
868+ version = "0.14.0 "
863869source = "registry+https://github.com/rust-lang/crates.io-index"
864- checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 "
870+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 "
865871dependencies = [
866872 "either",
867873]
@@ -1045,7 +1051,7 @@ version = "5.0.0"
10451051source = "registry+https://github.com/rust-lang/crates.io-index"
10461052checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d"
10471053dependencies = [
1048- "base64",
1054+ "base64 0.21.7 ",
10491055 "chrono",
10501056 "curl",
10511057 "getrandom",
@@ -1081,7 +1087,7 @@ name = "openidconnect"
10811087version = "4.0.1"
10821088dependencies = [
10831089 "anyhow",
1084- "base64",
1090+ "base64 0.22.1 ",
10851091 "chrono",
10861092 "color-backtrace",
10871093 "dyn-clone",
@@ -1382,7 +1388,7 @@ version = "0.12.0"
13821388source = "registry+https://github.com/rust-lang/crates.io-index"
13831389checksum = "58b48d98d932f4ee75e541614d32a7f44c889b72bd9c2e04d95edd135989df88"
13841390dependencies = [
1385- "base64",
1391+ "base64 0.21.7 ",
13861392 "bytes",
13871393 "futures-channel",
13881394 "futures-core",
@@ -1523,7 +1529,7 @@ version = "1.0.4"
15231529source = "registry+https://github.com/rust-lang/crates.io-index"
15241530checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15251531dependencies = [
1526- "base64",
1532+ "base64 0.21.7 ",
15271533]
15281534
15291535[[package]]
@@ -1679,7 +1685,7 @@ version = "3.7.0"
16791685source = "registry+https://github.com/rust-lang/crates.io-index"
16801686checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a"
16811687dependencies = [
1682- "base64",
1688+ "base64 0.21.7 ",
16831689 "chrono",
16841690 "hex",
16851691 "indexmap 1.9.3",
@@ -2017,7 +2023,7 @@ version = "2.9.6"
20172023source = "registry+https://github.com/rust-lang/crates.io-index"
20182024checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35"
20192025dependencies = [
2020- "base64",
2026+ "base64 0.21.7 ",
20212027 "flate2",
20222028 "log",
20232029 "once_cell",
0 commit comments