diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index aa12e1629..9edd7f835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ data-url = "=0.2.0" dlopen = "0.1.8" encoding_rs = "=0.8.31" ecb = "=0.1.1" -fastwebsockets = "=0.2.5" +fastwebsockets = "=0.2.6" flate2 = "=1.0.24" fs3 = "0.5.0" futures = "0.3.21" @@ -126,6 +126,7 @@ serde_json = "1.0.85" serde_repr = "=0.1.9" sha2 = { version = "0.10.6", features = ["oid"] } signature = "=1.6.4" +slab = "0.4" smallvec = "1.8" socket2 = "0.4.7" tar = "=0.4.38" |