summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2021-12-24 04:28:30 -0600
committerAlejandro Soto <alejandro@34project.org>2021-12-24 04:34:19 -0600
commit7f3c0f5b69e76de03417c84d3d217c0bf866e5ec (patch)
tree8b11657b42384c97966ffe607c79a5903235fd7f /Cargo.toml
parentfc6f4052648a77a66f6bd50ffd1647992cb68b10 (diff)
Update dependencies
Diffstat (limited to '')
-rw-r--r--Cargo.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6d97cea..833af82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,20 +12,20 @@ mount = ["server"]
client = []
[dependencies]
-async-trait = "0.1.42"
-bitflags = "1.2.1"
-bytemuck = "1.5.0"
+async-trait = "0.1.52"
+bitflags = "1.3.2"
+bytemuck = "1.7.3"
bytemuck_derive = "1.0.1"
-futures-util = "0.3.12"
+futures-util = "0.3.19"
log = "0.4.14"
-nix = "0.19.1"
-num_enum = "0.5.1"
-quick-error = "2.0.0"
-smallvec = "1.6.1"
-tokio = { version = "1.2.0", features = ["rt", "net", "macros", "sync"] }
+nix = "0.23.1"
+num_enum = "0.5.5"
+quick-error = "2.0.1"
+smallvec = "1.7.0"
+tokio = { version = "1.15.0", features = ["rt", "net", "macros", "sync"] }
[dev-dependencies]
-clap = "2.33.3"
-env_logger = "0.8.2"
-tokio = { version = "1.2.0", features = ["rt-multi-thread"] }
+clap = "2.34.0"
+env_logger = "0.9.0"
+tokio = { version = "1.15.0", features = ["rt-multi-thread"] }
uuid = "0.8.2"