Skip to content

Commit 14cb26c

Browse files
committed
chore: update deps to hyper v1
``` Updating crates.io index Updating axum v0.6.20 -> v0.7.2 Updating axum-client-ip v0.4.2 -> v0.5.0 Updating axum-core v0.3.4 -> v0.4.1 Updating axum-macros v0.3.8 -> v0.4.0 Updating axum-server v0.5.1 -> v0.6.0 Adding h2 v0.4.0 Adding http-body-util v0.1.0 Removing http-range-header v0.3.1 Adding hyper-util v0.1.2 Updating rustls-pemfile v1.0.4 -> v2.0.0 Adding rustls-pki-types v1.1.0 Updating tower-http v0.4.4 -> v0.5.0 ```
1 parent 3b8a625 commit 14cb26c

File tree

6 files changed

+208
-79
lines changed

6 files changed

+208
-79
lines changed

Cargo.lock

Lines changed: 138 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ version = "3.0.0-alpha.12-develop"
3232
[dependencies]
3333
aquatic_udp_protocol = "0"
3434
async-trait = "0"
35-
axum = { version = "0.6", features = ["macros"] }
36-
axum-client-ip = "0.4"
37-
axum-server = { version = "0.5", features = ["tls-rustls"] }
35+
axum = { version = "0", features = ["macros"] }
36+
axum-client-ip = "0"
37+
axum-server = { version = "0", features = ["tls-rustls"] }
3838
binascii = "0"
3939
chrono = { version = "0", default-features = false, features = ["clock"] }
4040
config = "0"
4141
derive_more = "0"
4242
fern = "0"
4343
futures = "0"
44-
hyper = "0"
44+
hyper = "1"
4545
lazy_static = "1"
4646
log = { version = "0", features = ["release_max_level_info"] }
4747
multimap = "0"
@@ -64,7 +64,7 @@ torrust-tracker-configuration = { version = "3.0.0-alpha.12-develop", path = "pa
6464
torrust-tracker-contrib-bencode = { version = "3.0.0-alpha.12-develop", path = "contrib/bencode" }
6565
torrust-tracker-located-error = { version = "3.0.0-alpha.12-develop", path = "packages/located-error" }
6666
torrust-tracker-primitives = { version = "3.0.0-alpha.12-develop", path = "packages/primitives" }
67-
tower-http = { version = "0.4", features = ["compression-full"] }
67+
tower-http = { version = "0", features = ["compression-full"] }
6868
uuid = { version = "1", features = ["v4"] }
6969

7070
[dev-dependencies]

0 commit comments

Comments
 (0)