Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed May 23, 2021
1 parent 46d032b commit 0441ab8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ categories = ["web-programming::http-server", "web-programming"]

[dependencies]
async-tungstenite = "0.13.1"
sha-1 = "0.9.2"
sha-1 = "0.9.6"
base64 = "0.13.0"
tide = { version = "0.16.0", default-features = false, features = ["h1-server"] }
futures-util = "0.3.8"
pin-project = "1.0.2"
futures-util = "0.3.15"
pin-project = "1.0.7"
async-dup = "1.2.2"
serde_json = "1.0.60"
serde = "1.0.117"
async-std = "1.7.0"
serde_json = "1.0.64"
serde = "1.0.126"
async-std = "1.9.0"

[dev-dependencies]
env_logger = "0.8.2"
async-std = { version = "1.7.0", features = ["attributes"] }
env_logger = "0.8.3"
async-std = { version = "1.9.0", features = ["attributes"] }

0 comments on commit 0441ab8

Please sign in to comment.