Bump base64 from 0.13.0 to 0.13.1 (#1145)

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-24 07:54:29 +10:00 committed by GitHub
parent e939b2029d
commit bf2a1aeaac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
Cargo.lock generated
View file

@ -402,7 +402,7 @@ version = "0.3.2-dev.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06c690e5e2800f70c0cf8773a9fe7680d66e719dae9b4cabedd13ef4885d056" checksum = "d06c690e5e2800f70c0cf8773a9fe7680d66e719dae9b4cabedd13ef4885d056"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
"bitflags", "bitflags",
"cfg-if 1.0.0", "cfg-if 1.0.0",
"core-foundation", "core-foundation",
@ -450,9 +450,9 @@ checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]] [[package]]
name = "base64" name = "base64"
version = "0.13.0" version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]] [[package]]
name = "base64urlsafedata" name = "base64urlsafedata"
@ -460,7 +460,7 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d02340c3f25c8422ba85d481123406dd7506505485bac1c694b26eb538da8daf" checksum = "d02340c3f25c8422ba85d481123406dd7506505485bac1c694b26eb538da8daf"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
"serde", "serde",
"serde_json", "serde_json",
] ]
@ -762,7 +762,7 @@ version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5656b98b1584764a52906e67caec20dfb9b0179ac2052d0d5937b083bc39a120" checksum = "5656b98b1584764a52906e67caec20dfb9b0179ac2052d0d5937b083bc39a120"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
"base64urlsafedata", "base64urlsafedata",
"hex", "hex",
"openssl", "openssl",
@ -841,7 +841,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951" checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
dependencies = [ dependencies = [
"aes-gcm", "aes-gcm",
"base64 0.13.0", "base64 0.13.1",
"hkdf", "hkdf",
"hmac 0.10.1", "hmac 0.10.1",
"percent-encoding", "percent-encoding",
@ -1384,7 +1384,7 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6dedfc944f4ac38cac8b74cb1c7b4fb73c175db232d6fa98e9bd1fd81908b89" checksum = "c6dedfc944f4ac38cac8b74cb1c7b4fb73c175db232d6fa98e9bd1fd81908b89"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
"byteorder", "byteorder",
"getrandom 0.2.7", "getrandom 0.2.7",
"openssl", "openssl",
@ -1954,7 +1954,7 @@ dependencies = [
"anyhow", "anyhow",
"async-channel", "async-channel",
"async-std", "async-std",
"base64 0.13.0", "base64 0.13.1",
"cookie 0.14.4", "cookie 0.14.4",
"futures-lite", "futures-lite",
"infer", "infer",
@ -2315,7 +2315,7 @@ version = "1.1.0-alpha.9"
dependencies = [ dependencies = [
"async-std", "async-std",
"async-trait", "async-trait",
"base64 0.13.0", "base64 0.13.1",
"base64urlsafedata", "base64urlsafedata",
"compact_jwt", "compact_jwt",
"concread", "concread",
@ -2828,7 +2828,7 @@ version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d62c436394991641b970a92e23e8eeb4eb9bca74af4f5badc53bcd568daadbd" checksum = "6d62c436394991641b970a92e23e8eeb4eb9bca74af4f5badc53bcd568daadbd"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
"chrono", "chrono",
"getrandom 0.2.7", "getrandom 0.2.7",
"http", "http",
@ -3212,7 +3212,7 @@ dependencies = [
name = "profiles" name = "profiles"
version = "1.1.0-alpha.9" version = "1.1.0-alpha.9"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
"serde", "serde",
"toml", "toml",
] ]
@ -3456,7 +3456,7 @@ version = "0.11.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
"bytes", "bytes",
"cookie 0.16.1", "cookie 0.16.1",
"cookie_store", "cookie_store",
@ -3598,7 +3598,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
] ]
[[package]] [[package]]
@ -4894,7 +4894,7 @@ version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6528b4769d8fbe020e0e8c2e66bab6035982a2e9c3f8dac384120718f4763f4" checksum = "f6528b4769d8fbe020e0e8c2e66bab6035982a2e9c3f8dac384120718f4763f4"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.1",
"base64urlsafedata", "base64urlsafedata",
"compact_jwt", "compact_jwt",
"der-parser", "der-parser",
@ -5114,7 +5114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c" checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"
dependencies = [ dependencies = [
"asn1-rs", "asn1-rs",
"base64 0.13.0", "base64 0.13.1",
"data-encoding", "data-encoding",
"der-parser", "der-parser",
"lazy_static", "lazy_static",

View file

@ -40,7 +40,7 @@ repository = "https://github.com/kanidm/kanidm/"
async-std = { version = "^1.12.0", features = ["tokio1"] } async-std = { version = "^1.12.0", features = ["tokio1"] }
async-trait = "^0.1.57" async-trait = "^0.1.57"
base32 = "^0.4.0" base32 = "^0.4.0"
base64 = "^0.13.0" base64 = "^0.13.1"
base64urlsafedata = "0.1.0" base64urlsafedata = "0.1.0"
bytes = "^1.1.0" bytes = "^1.1.0"
clap = { version = "^3.2", features = ["derive"] } clap = { version = "^3.2", features = ["derive"] }