update some dependency versions

This commit is contained in:
Aaron Weiss 2024-03-18 16:32:40 -07:00
parent 0e5186420a
commit c51eaf1f0c
No known key found for this signature in database
GPG key ID: A932353BB65E4960

View file

@ -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"] }