Skip to content

Commit

Permalink
Remove default features from chrono.
Browse files Browse the repository at this point in the history
This is required to remove the dependency on time 0.1, which is
vulnerable to CVE-2020-26235.
  • Loading branch information
dacut committed Jan 10, 2023
1 parent bec35d7 commit 22c5f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion principal/Cargo.toml
Expand Up @@ -10,6 +10,6 @@ repository.workspace = true
version.workspace = true

[dependencies]
chrono = "^0.4"
chrono = { version = "^0.4", default-features = false, features = [ "std" ] }
base64 = "^0.13"
scratchstack-arn = { version = "0.4.7", path = "../arn" }

0 comments on commit 22c5f6c

Please sign in to comment.