diff --git a/Cargo.lock b/Cargo.lock index d473153..c2258bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,9 +903,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" +checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" [[package]] name = "futures-executor" diff --git a/Cargo.toml b/Cargo.toml index a935bd3..b27f2d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ clap = {version = "4.1.11", features = ["derive", "unicode", "env"]} der-parser = "8.2.0" env_logger = "0.10.0" futures = "0.3.27" -futures-core = {version = "0.3.24", default-features = false, features = ["alloc"]} +futures-core = {version = "0.3.28", default-features = false, features = ["alloc"]} futures-util = {version = "0.3.27", default-features = false, features = ["alloc"]} num = "0.3" tokio = {version = "1.26.0", features = ["full"]}