Skip to content

Commit

Permalink
fix: [torrust#125] dependabot alert GHSA-wcg3-cvx6-7396
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Apr 28, 2023
1 parent c4538e2 commit 1aee356
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
32 changes: 6 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_bytes = "0.11"
urlencoding = "2.1"
argon2 = "0.5"
rand_core = { version = "0.6", features = ["std"] }
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
jsonwebtoken = "8.3"
sha-1 = "0.10"
reqwest = { version = "0.11", features = [ "json", "multipart" ] }
Expand Down

0 comments on commit 1aee356

Please sign in to comment.