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 once_cell to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 19, 2022
1 parent 04f5a3b commit 2cb32eb
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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
futures = "0.3.21"
mongodb = "2.2.1"
once_cell = "1.10.0"
once_cell = "1.11.0"
prost = "0.10.3"
serde = { version = "1.0.137", features = ["derive"] }
snafu = "0.7.1"
Expand Down

0 comments on commit 2cb32eb

Please sign in to comment.