Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent e8b131c commit f71515e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 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 @@ -28,7 +28,7 @@ mongodb = "2.6.0"
jsonwebtoken = "8.3.0"
redis = { version = "0.23.2", features = ["async-std-comp"] }

serde = { version = "1.0.183", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
rmp-serde = "1.1.2"

aes-gcm = "0.10.2"
Expand Down

0 comments on commit f71515e

Please sign in to comment.