From 0441ab8652f42f21f28964849a1f19c883257483 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Sun, 23 May 2021 16:34:24 -0700 Subject: [PATCH] bump deps --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 00fc00d..4f0fd5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }