bump dependencies to latest
[bmcd] / Cargo.toml
index 94913146343f0d80679a947cc32357d3789718ad..a579bdefdd1001e61d1490394223096012dbf331 100644 (file)
@@ -8,49 +8,49 @@ rust-version = "1.70.0"
 
 [dependencies]
 actix = "0.13.1"
-actix-files = "0.6.2"
+actix-files = "0.6.5"
 actix-multipart = "0.6.1"
-actix-web = { version = "4.4.0", features = ["openssl"] }
+actix-web = { version = "4.4.1", features = ["openssl"] }
 actix-ws = "0.2.5"
-anyhow = "1.0.75"
-async-compression = { version = "0.4.5", features = ["tokio", "gzip", "xz"] }
-async-trait = "0.1.74"
-base64 = "0.21.5"
+anyhow = "1.0.79"
+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.31"
 circular-buffer = "0.1.6"
-clap = { version = "4.4.10", features = ["cargo"] }
+clap = { version = "4.4.18", features = ["cargo"] }
 crc = "3.0.1"
 evdev = { version = "0.12.1", features = ["tokio"] }
-futures = "0.3.29"
+futures = "0.3.30"
 gpiod = { version = "0.2.3", default-features = false }
 hex = "0.4.3"
 humansize = "2.1.3"
 humantime = "2.1.0"
-if-addrs = "0.10.2"
+if-addrs = "0.11.0"
 inotify = "0.10.2"
 log = "0.4.20"
 nix = { version = "0.27.1", features = ["fs", "feature"] }
-openssl = "0.10.60"
+openssl = "0.10.62"
 pin-project = "1.1.3"
 pwhash = "1.0.0"
 rand = "0.8.5"
-reqwest = { version = "0.11.22", features = ["stream"] }
+reqwest = { version = "0.11.23", features = ["stream"] }
 rockfile = { version = "0.1.1" }
 rockusb = { version = "0.1.3" }
 rusb = "0.9.3"
 rustpiboot = "0.3.0"
-serde = { version = "1.0.193", features = ["derive"] }
-serde_json = "1.0.108"
+serde = { version = "1.0.195", features = ["derive"] }
+serde_json = "1.0.111"
 serde_with = "3.4.0"
-serde_yaml = "0.9.27"
+serde_yaml = "0.9.30"
 sha2 = "0.10.8"
-simple_logger = "4.3.0"
+simple_logger = "4.3.3"
 tar = "0.4.40"
-thiserror = "1.0.50"
-tokio = { version = "1.34.0", features = [
+thiserror = "1.0.56"
+tokio = { version = "1.35.1", features = [
     "rt-multi-thread",
     "rt",
     "time",