Skip to content

Commit

Permalink
Update rand and base64 dependencies to their latest versions (#49)
Browse files Browse the repository at this point in the history
Closes #48.
  • Loading branch information
stephanemagnenat authored Oct 29, 2021
1 parent ad9f05b commit cc66253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ rustls-tls = ["oauth2/rustls-tls"]
nightly = []

[dependencies]
base64 = "0.12"
base64 = "0.13"
# Disable 'time' dependency since it triggers RUSTSEC-2020-0071 and we don't need it.
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
thiserror = "1.0"
http = "0.2"
itertools = "0.9"
log = "0.4"
oauth2 = { version = "4.1", default-features = false }
rand = "0.7"
rand = "0.8"
ring = "0.16"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit cc66253

Please sign in to comment.