mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
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:
parent
35927287f1
commit
3bb5dc5f3e
3 changed files with 116 additions and 109 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue