Bump all dependencies but rustls and webpki-roots
The latter have changed their API a bit, while everything else is still compatible.
This commit is contained in:
parent
48f77acb69
commit
f725994fe0
4 changed files with 6 additions and 6 deletions
|
|
@ -18,13 +18,13 @@ chrono = "0.4"
|
|||
futures = "0.3"
|
||||
tokio = { version = "1", features = ["fs"] }
|
||||
log = "0.4"
|
||||
reqwest = { version = "0.11.8", features = ["stream"] }
|
||||
reqwest = { version = "0.12", features = ["stream"] }
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
# same repository dependencies
|
||||
tokio-xmpp = { version = "3.4", path = "../tokio-xmpp", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = { version = "0.10", default-features = false, features = ["auto-color", "humantime"] }
|
||||
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
|
||||
|
||||
[[example]]
|
||||
name = "hello_bot"
|
||||
|
|
|
|||
Loading…
Reference in a new issue