Skip to content

Commit

Permalink
Bump oauth2 dependency to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Apr 19, 2021
1 parent 2024dbc commit bbf271b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo-1.45.lock
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,9 @@ dependencies = [

[[package]]
name = "oauth2"
version = "4.0.0-beta.1"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d64828351c656346fb1b8cb0622b4170c4bb5a382bf4c19666ce395722d08594"
checksum = "10ad4d0136960353683efa6160b9c867088b4b8f567b762cd37420a10ce32703"
dependencies = [
"base64 0.12.3",
"chrono",
Expand Down Expand Up @@ -752,7 +752,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"

[[package]]
name = "openidconnect"
version = "2.0.0-beta.1"
version = "2.0.0"
dependencies = [
"anyhow",
"base64 0.12.3",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thiserror = "1.0"
http = "0.2"
itertools = "0.9"
log = "0.4"
oauth2 = { version = "4.0.0-beta.1", default-features = false }
oauth2 = { version = "4.0", default-features = false }
rand = "0.7"
ring = "0.16"
serde = "1.0"
Expand Down

0 comments on commit bbf271b

Please sign in to comment.