update dependencies
[bmcd] / Cargo.toml
index fb2cc8c7b15a089536a7e5475a0ec7a54579b09b..d30801b65f2cb12cba2f4b0f92a37633be752122 100644 (file)
@@ -7,20 +7,19 @@ license = "Apache-2.0"
 rust-version = "1.70.0"
 
 [dependencies]
-actix = "0.13.1"
-actix-cors = "0.7.0"
+actix = "0.13.3"
 actix-files = "0.6.5"
 actix-multipart = "0.6.1"
-actix-web = { version = "4.4.1", features = ["openssl"] }
+actix-web = { version = "4.5.1", features = ["openssl"] }
 actix-ws = "0.2.5"
-anyhow = "1.0.79"
+anyhow = "1.0.80"
 async-compression = { version = "0.4.6", features = ["tokio", "gzip", "xz"] }
 async-trait = "0.1.77"
 base64 = "0.21.7"
 bincode = "1.3.3"
 build-time = "0.1.3"
 bytes = "1.5.0"
-chrono = "0.4.33"
+chrono = "0.4.35"
 circular-buffer = "0.1.6"
 clap = { version = "4.4.18", features = ["cargo"] }
 crc = "3.0.1"
@@ -32,27 +31,27 @@ humansize = "2.1.3"
 humantime = "2.1.0"
 if-addrs = "0.11.0"
 inotify = "0.10.2"
-log = "0.4.20"
+log = "0.4.21"
 nix = { version = "0.27.1", features = ["fs", "feature"] }
-openssl = "0.10.63"
+openssl = "0.10.64"
 peekpoke = "0.3.0"
-pin-project = "1.1.4"
+pin-project = "1.1.5"
 pwhash = "1.0.0"
 rand = "0.8.5"
-reqwest = { version = "0.11.23", features = ["stream"] }
+reqwest = { version = "0.11.24", features = ["stream"] }
 rockfile = { version = "0.1.1" }
 rockusb = { version = "0.1.3" }
 rusb = "0.9.3"
 rustpiboot = "0.3.0"
-serde = { version = "1.0.196", features = ["derive"] }
-serde_json = "1.0.113"
-serde_with = "3.5.1"
-serde_yaml = "0.9.31"
+serde = { version = "1.0.197", features = ["derive"] }
+serde_json = "1.0.114"
+serde_with = "3.6.1"
+serde_yaml = "0.9.32"
 sha2 = "0.10.8"
 simple_logger = "4.3.3"
 tar = "0.4.40"
-thiserror = "1.0.56"
-tokio = { version = "1.35.1", features = [
+thiserror = "1.0.57"
+tokio = { version = "1.36.0", features = [
     "rt-multi-thread",
     "rt",
     "time",