update some dependency versions
This commit is contained in:
parent
0e5186420a
commit
c51eaf1f0c
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
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"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue