Commit 1c2bfe56 authored by John Schanck's avatar John Schanck
Browse files

Bug 1804972 - upgrade to authenticator 0.4.0-alpha.7. r=supply-chain-reviewers,dveditz

parent 9f7926a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -378,9 +378,9 @@ dependencies = [

[[package]]
name = "authenticator"
version = "0.4.0-alpha.6"
version = "0.4.0-alpha.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0bad0926d74984fd6932d928c65efbc0f14d37873d0316a664621898bfcd80c"
checksum = "178ca28a8c8b156a4f7aa70e789d87a598fa71a2a66094ed92dee513b3cdf868"
dependencies = [
 "base64",
 "bitflags",
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ notes = "I maintain this crate and have reviewed every line."
[[audits.authenticator]]
who = "John M. Schanck <jschanck@mozilla.com>"
criteria = "safe-to-deploy"
version = "0.4.0-alpha.6"
version = "0.4.0-alpha.7"
notes = "Maintained by the CryptoEng team at Mozilla."

[[audits.autocfg]]
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ dependencies = [

[[package]]
name = "authenticator"
version = "0.4.0-alpha.6"
version = "0.4.0-alpha.7"
dependencies = [
 "assert_matches",
 "base64",
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "authenticator"
version = "0.4.0-alpha.6"
version = "0.4.0-alpha.7"
authors = [
    "J.C. Jones <jc@mozilla.com>",
    "Tim Taubert <ttaubert@mozilla.com>",
Loading