Update dependencies (Hyper v1.x) (#39)

* Cargo update

* Update major non-breaking changes

* Add deprecation feature-flags to hyper v0.14

* Semi-upgrade hyper-rustls

* Revert deprecated warnings
This commit is contained in:
Nazar 2024-02-06 13:01:59 +00:00 committed by GitHub
parent 35927287f1
commit 3bb5dc5f3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 116 additions and 109 deletions

View file

@ -11,8 +11,8 @@ authors = [
edition = "2021"
[dependencies]
askama = { version = "0.11.1", default-features = false }
cached = { version = "0.46.1", features = ["async"] }
askama = { version = "0.12.1", default-features = false }
cached = { version = "0.48.1", features = ["async"] }
clap = { version = "4.4.11", default-features = false, features = [
"std",
"env",
@ -20,9 +20,9 @@ clap = { version = "4.4.11", default-features = false, features = [
regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"] }
cookie = "0.18.0"
futures-lite = "1.13.0"
futures-lite = "2.2.0"
hyper = { version = "0.14.28", features = ["full"] }
hyper-rustls = "0.24.2"
hyper-rustls = "0.25.0"
percent-encoding = "2.3.1"
route-recognizer = "0.3.1"
serde_json = "1.0.108"