Skip to content

Commit

Permalink
Updated versions of dependencies (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHStanton authored Jan 3, 2023
1 parent 00b76cb commit 5dc41ff
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions extensions/dev/http_webserver/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "3.0"
actix-rt = "1.0"
chrono = { version = "0.4", features = ["serde"] }
dotenv = "0.11"
diesel = { version = "1.4", features = ["postgres", "r2d2", "uuid", "chrono"] }
diesel_migrations = "1.4"
env_logger = "0.6"
actix-web = "4.2.1"
actix-rt = "2.7.0"
chrono = { version = "0.4.23", features = ["serde"] }
dotenv = "0.15.0"
diesel = { version = "2.0.2", features = ["postgres", "r2d2", "uuid", "chrono"] }
diesel_migrations = "2.0.0"
env_logger = "0.10.0"
lazy_static = "1.4"
listenfd = "0.3"
serde = "1.0"
serde_json = "1.0"
r2d2 = "0.8"
uuid = { version = "0.6", features = ["serde", "v4"] }
listenfd = "1.0.0"
serde = "1.0.152"
serde_json = "1.0.91"
r2d2 = "0.8.10"
uuid = { version = "1.2.2", features = ["serde", "v4"] }

0 comments on commit 5dc41ff

Please sign in to comment.