Skip to content

Commit de2f59a

Browse files
committed
Merge #126: Fix dependabot alert GHSA-wcg3-cvx6-7396
1aee356 fix: [#125] dependabot alert GHSA-wcg3-cvx6-7396 (Jose Celano) Pull request description: Fix dependabot alert [GHSA-wcg3-cvx6-7396](GHSA-wcg3-cvx6-7396). Top commit has no ACKs. Tree-SHA512: 46514883f812416895ca35505fff0aa0630d3c1c7b665a79eea4197326749a64117938869e244c5b3e4c0a9ab67e44064032b04d7af6b13b5228eb173f3d8729
2 parents c4538e2 + 1aee356 commit de2f59a

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

Cargo.lock

Lines changed: 6 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_bytes = "0.11"
2929
urlencoding = "2.1"
3030
argon2 = "0.5"
3131
rand_core = { version = "0.6", features = ["std"] }
32-
chrono = "0.4"
32+
chrono = { version = "0.4", default-features = false, features = ["clock"] }
3333
jsonwebtoken = "8.3"
3434
sha-1 = "0.10"
3535
reqwest = { version = "0.11", features = [ "json", "multipart" ] }

0 commit comments

Comments
 (0)