Skip to content

Commit

Permalink
chore: update deps to hyper v1
Browse files Browse the repository at this point in the history
```
    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
```
  • Loading branch information
da2ce7 committed Dec 26, 2023
1 parent 3b8a625 commit 14cb26c
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 79 deletions.
179 changes: 138 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ version = "3.0.0-alpha.12-develop"
[dependencies]
aquatic_udp_protocol = "0"
async-trait = "0"
axum = { version = "0.6", features = ["macros"] }
axum-client-ip = "0.4"
axum-server = { version = "0.5", features = ["tls-rustls"] }
axum = { version = "0", features = ["macros"] }
axum-client-ip = "0"
axum-server = { version = "0", features = ["tls-rustls"] }
binascii = "0"
chrono = { version = "0", default-features = false, features = ["clock"] }
config = "0"
derive_more = "0"
fern = "0"
futures = "0"
hyper = "0"
hyper = "1"
lazy_static = "1"
log = { version = "0", features = ["release_max_level_info"] }
multimap = "0"
Expand All @@ -64,7 +64,7 @@ torrust-tracker-configuration = { version = "3.0.0-alpha.12-develop", path = "pa
torrust-tracker-contrib-bencode = { version = "3.0.0-alpha.12-develop", path = "contrib/bencode" }
torrust-tracker-located-error = { version = "3.0.0-alpha.12-develop", path = "packages/located-error" }
torrust-tracker-primitives = { version = "3.0.0-alpha.12-develop", path = "packages/primitives" }
tower-http = { version = "0.4", features = ["compression-full"] }
tower-http = { version = "0", features = ["compression-full"] }
uuid = { version = "1", features = ["v4"] }

[dev-dependencies]
Expand Down
Loading

0 comments on commit 14cb26c

Please sign in to comment.