Bump base64urlsafedata from 0.1.1 to 0.1.2 (#1190)

Bumps [base64urlsafedata](https://github.com/kanidm/webauthn-rs) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/kanidm/webauthn-rs/releases)
- [Commits](https://github.com/kanidm/webauthn-rs/commits)

---
updated-dependencies:
- dependency-name: base64urlsafedata
  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-11-14 08:58:22 +10:00 committed by GitHub
parent 9196807fdb
commit 686ef60242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -457,9 +457,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64urlsafedata"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d02340c3f25c8422ba85d481123406dd7506505485bac1c694b26eb538da8daf"
checksum = "dbc67436259cce95e00076dbcd3dd5e300c84d4c657d03e476b5c7619da7c2d6"
dependencies = [
"base64 0.13.1",
"serde",

View file

@ -45,7 +45,7 @@ async-std = { version = "^1.12.0", features = ["tokio1"] }
async-trait = "^0.1.58"
base32 = "^0.4.0"
base64 = "^0.13.1"
base64urlsafedata = "0.1.0"
base64urlsafedata = "0.1.2"
bytes = "^1.1.0"
clap = { version = "^3.2", features = ["derive"] }
clap_complete = "^3.2.5"