Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix(deps): update rust crate serde_derive to 1.0.126
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 12, 2021
1 parent 29e03a8 commit e815119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false

[dependencies]
serde = "1.0.125"
serde_derive = "1.0.125"
serde_derive = "1.0.126"
rand = "0.8.3"
dotenv = "0.15.0"
actix-web = { version = "3.3.2", features = ["rustls"] }
Expand Down

0 comments on commit e815119

Please sign in to comment.