Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate serde to 1.0.187
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent bd3f60d commit 976e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures = "0.3.27"
mongodb = "2.4.0"
once_cell = "1.17.1"
prost = "0.10.3"
serde = { version = "1.0.156", features = ["derive"] }
serde = { version = "1.0.187", features = ["derive"] }
snafu = "0.7.4"
tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }
tokio-tungstenite = "0.18.0"
Expand Down

0 comments on commit 976e370

Please sign in to comment.