diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index efb97e3..e1cf72c 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -15,7 +15,7 @@ julianday = "1.2.0" base64 = "0.13.1" hyper = { version = "0.14.24", features = ["server"] } hex_fmt = "0.3" -futures = "0.3.26" +futures = "0.3.28" time = "0.3.21" tokio = { version = "1", features = ["full", "macros", "signal"] } rand = "0.8.5" diff --git a/crates/rdsys-backend-api/Cargo.toml b/crates/rdsys-backend-api/Cargo.toml index bf779ec..d38487a 100644 --- a/crates/rdsys-backend-api/Cargo.toml +++ b/crates/rdsys-backend-api/Cargo.toml @@ -17,6 +17,6 @@ sha1 = "0.10.5" tokio = { version = "1", features = ["macros"]} reqwest = { version = "0.11", features = ["stream"]} tokio-stream = "0.1.12" -futures = "0.3.27" +futures = "0.3.28" tokio-util = "0.7.7" chrono = { version = "0.4.27", features = ["serde", "clock"] }