Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Bump a few dependencies to their latest versions.

The critical one for me is brotli because it had some conflicts in the prior versions, but v6 is safe to mix and match with others.
  • Loading branch information
nyurik committed Aug 11, 2024
1 parent 5715050 commit 441e72e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ __internal_proxy_sys_no_cache = []
[dependencies]
base64 = "0.22"
http = "1"
url = "2.4"
bytes = "1.0"
serde = "1.0"
url = "2.5"
bytes = "1"
serde = "1"
serde_urlencoded = "0.7.1"
tower-service = "0.3"
futures-core = { version = "0.3.28", default-features = false }
Expand Down Expand Up @@ -168,12 +168,12 @@ futures-channel = { version = "0.3", optional = true }


[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
env_logger = "0.10"
hyper = { version = "1.1.0", default-features = false, features = ["http1", "http2", "client", "server"] }
env_logger = "0.11"
hyper = { version = "1.4", default-features = false, features = ["http1", "http2", "client", "server"] }
hyper-util = { version = "0.1.3", features = ["http1", "http2", "client", "client-legacy", "server-auto", "tokio"] }
serde = { version = "1.0", features = ["derive"] }
libflate = "1.0"
brotli_crate = { package = "brotli", version = "3.3.0" }
libflate = "2.1"
brotli_crate = { package = "brotli", version = "6" }
zstd_crate = { package = "zstd", version = "0.13" }
doc-comment = "0.3"
tokio = { version = "1.0", default-features = false, features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 441e72e

Please sign in to comment.