Skip to content

Commit

Permalink
work around for CVE-2020-26235
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMichaelTDM committed Jan 21, 2023
1 parent 05449d1 commit 2506a74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
29 changes: 8 additions & 21 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 create-rust-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rust-argon2 = { optional=true, version="1.0" }
rand = { optional=true, version="0.8.5" }
jsonwebtoken = { optional=true, version="8.2.0" }
tsync = { optional=true, version="1.6.0" }
chrono = { optional=true, version = "0.4.23", features = ["serde"] }
chrono = { optional=true, version = "0.4.23", default-features = false, features = ["clock", "serde"] }

# plugin_dev
diesel_migrations = { optional=true, version="2.0.0" }
Expand Down

0 comments on commit 2506a74

Please sign in to comment.