chore(deps): bump base64urlsafedata from 0.1.2 to 0.1.3 (#1389)

Bumps [base64urlsafedata](https://github.com/kanidm/webauthn-rs) from 0.1.2 to 0.1.3.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-20 18:03:48 +10:00 committed by GitHub
parent 8ce3e81123
commit 68e249b504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -464,11 +464,11 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "base64urlsafedata"
version = "0.1.2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbc67436259cce95e00076dbcd3dd5e300c84d4c657d03e476b5c7619da7c2d6"
checksum = "18b3d30abb74120a9d5267463b9e0045fdccc4dd152e7249d966612dc1721384"
dependencies = [
"base64 0.13.1",
"base64 0.21.0",
"serde",
"serde_json",
]

View file

@ -41,7 +41,7 @@ async-std = { version = "^1.12.0", features = ["tokio1"] }
async-trait = "^0.1.62"
base32 = "^0.4.0"
base64 = "^0.13.1"
base64urlsafedata = "0.1.2"
base64urlsafedata = "0.1.3"
bytes = "^1.3.0"
clap = { version = "^3.2", features = ["derive"] }
clap_complete = "^3.2.5"