mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 14:26:59 -07:00
chore(deps): bump base64 from 0.22.1 to 0.23.0 (#918)
This commit is contained in:
Generated
+10
-4
@@ -148,7 +148,7 @@ checksum = "6994528f8f9dcb75b0a1f6261cd44f22ce499355295920b8dece7fcd827d084a"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_tv_macros",
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"log",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -196,6 +196,12 @@ version = "0.22.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.23.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9"
|
||||
|
||||
[[package]]
|
||||
name = "base64ct"
|
||||
version = "1.8.3"
|
||||
@@ -1912,7 +1918,7 @@ version = "0.3.0-dev"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_tv",
|
||||
"base64",
|
||||
"base64 0.23.0",
|
||||
"clap",
|
||||
"clap_complete",
|
||||
"clap_mangen",
|
||||
@@ -2061,7 +2067,7 @@ dependencies = [
|
||||
"allocator-api2-tests",
|
||||
"anyhow",
|
||||
"assert_tv",
|
||||
"base64",
|
||||
"base64 0.23.0",
|
||||
"base64ct",
|
||||
"log",
|
||||
"memsec",
|
||||
@@ -2753,7 +2759,7 @@ version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||
dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
+1
-1
@@ -80,7 +80,7 @@ lazy_static = "1.5"
|
||||
|
||||
#Dev dependencies
|
||||
assert_tv = { version = "0.6" }
|
||||
base64 = { version = "0.22.1" }
|
||||
base64 = { version = "0.23.0" }
|
||||
serial_test = "3.2.0"
|
||||
tempfile = "3"
|
||||
stacker = "0.1.21"
|
||||
|
||||
@@ -97,6 +97,10 @@ criteria = "safe-to-deploy"
|
||||
version = "0.3.76"
|
||||
criteria = "safe-to-run"
|
||||
|
||||
[[exemptions.base64]]
|
||||
version = "0.23.0"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.base64ct]]
|
||||
version = "1.8.3"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
Reference in New Issue
Block a user