Merge pull request 'Update Rust crate base64 to v0.23.1' (#87) from renovate/base64-0.x-lockfile into main
All checks were successful
Build and Test / account (push) Successful in 3m48s
All checks were successful
Build and Test / account (push) Successful in 3m48s
Reviewed-on: #87
This commit is contained in:
commit
5546583b46
1 changed files with 5 additions and 5 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -8,7 +8,7 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes 0.8.4",
|
"aes 0.8.4",
|
||||||
"argon2",
|
"argon2",
|
||||||
"base64 0.23.0",
|
"base64 0.23.1",
|
||||||
"bcrypt",
|
"bcrypt",
|
||||||
"binrw",
|
"binrw",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
|
|
@ -470,9 +470,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64"
|
name = "base64"
|
||||||
version = "0.23.0"
|
version = "0.23.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9"
|
checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64ct"
|
name = "base64ct"
|
||||||
|
|
@ -486,7 +486,7 @@ version = "0.19.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a0cd0bd35a28836d528d2b58ad499bc3c5641d59379421b1be9eeb0c2f2b912a"
|
checksum = "a0cd0bd35a28836d528d2b58ad499bc3c5641d59379421b1be9eeb0c2f2b912a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.23.0",
|
"base64 0.23.1",
|
||||||
"blowfish",
|
"blowfish",
|
||||||
"getrandom 0.4.3",
|
"getrandom 0.4.3",
|
||||||
"subtle",
|
"subtle",
|
||||||
|
|
@ -2556,7 +2556,7 @@ version = "0.2.5"
|
||||||
source = "sparse+https://crates.spbr.net/api/v1/crates/"
|
source = "sparse+https://crates.spbr.net/api/v1/crates/"
|
||||||
checksum = "7cb5867c4f4771dd7125dce1f911753cc9291b65cd7908c0e7ca182e7b2a57a3"
|
checksum = "7cb5867c4f4771dd7125dce1f911753cc9291b65cd7908c0e7ca182e7b2a57a3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.23.0",
|
"base64 0.23.1",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"hmac",
|
"hmac",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue