diff --git a/Cargo.toml b/Cargo.toml index a1ce3af..490bd86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,11 +44,11 @@ tls-rust = ["tokio-rustls", "webpki-roots", "rustls-pemfile"] [dependencies] chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] } encoding = "0.2.33" -futures-util = { version = "0.3.28", default-features = false, features = ["alloc", "sink"] } +futures-util = { version = "0.3.30", default-features = false, features = ["alloc", "sink"] } irc-proto = { version = "0.15.0", path = "irc-proto" } -log = "0.4.17" +log = "0.4.21" parking_lot = "0.12.1" -thiserror = "1.0.40" +thiserror = "1.0.58" pin-project = "1.0.12" tokio = { version = "1.27.0", features = ["net", "time", "sync"] } tokio-stream = "0.1.12" @@ -73,10 +73,10 @@ webpki-roots = { version = "0.23.0", optional = true } [dev-dependencies] -anyhow = "1.0.70" +anyhow = "1.0.81" args = "2.2.0" -env_logger = "0.10.0" -futures = "0.3.28" +env_logger = "0.11.0" +futures = "0.3.30" getopts = "0.2.21" tokio = { version = "1.27.0", features = ["rt", "rt-multi-thread", "macros", "net", "time"] }