deps and changelog

This commit is contained in:
Jun Kurihara 2024-10-10 15:50:57 +09:00
commit eb72d66ce7
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
4 changed files with 17 additions and 8 deletions

View file

@ -2,6 +2,15 @@
## 0.10.0 (Unreleased)
## 0.9.2
### Improvement
- Refactor: lots of minor improvements
- BugFix: Fix the bug related to the installation of `CryptoProvider` (#194)
- BugFix: h3 header to use https_redirection_port (#192)
- Deps
## 0.9.1
### Important Changes

View file

@ -41,10 +41,10 @@ tokio = { version = "1.40.0", default-features = false, features = [
] }
tokio-util = { version = "0.7.12", default-features = false }
async-trait = "0.1.83"
futures-util = { version = "0.3.30", default-features = false }
futures-util = { version = "0.3.31", default-features = false }
# config
clap = { version = "4.5.19", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.5.20", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.19", default-features = false, features = ["parse"] }
hot_reload = "0.1.6"

View file

@ -17,7 +17,7 @@ http3 = []
[dependencies]
rustc-hash = { version = "2.0.0" }
tracing = { version = "0.1.40" }
derive_builder = { version = "0.20.1" }
derive_builder = { version = "0.20.2" }
thiserror = { version = "1.0.64" }
hot_reload = { version = "0.1.6" }
async-trait = { version = "0.1.83" }

View file

@ -33,8 +33,8 @@ acme = ["dep:rpxy-acme"]
rand = "0.8.5"
rustc-hash = "2.0.0"
bytes = "1.7.2"
derive_builder = "0.20.1"
futures = { version = "0.3.30", features = ["alloc", "async-await"] }
derive_builder = "0.20.2"
futures = { version = "0.3.31", features = ["alloc", "async-await"] }
tokio = { version = "1.40.0", default-features = false, features = [
"net",
"rt-multi-thread",
@ -56,8 +56,8 @@ http = "1.1.0"
http-body-util = "0.1.2"
hyper = { version = "1.4.1", default-features = false }
hyper-util = { version = "0.1.9", features = ["full"] }
futures-util = { version = "0.3.30", default-features = false }
futures-channel = { version = "0.3.30", default-features = false }
futures-util = { version = "0.3.31", default-features = false }
futures-channel = { version = "0.3.31", default-features = false }
# http client for upstream
hyper-tls = { version = "0.6.0", features = [
@ -101,7 +101,7 @@ socket2 = { version = "0.5.7", features = ["all"], optional = true }
# cache
http-cache-semantics = { path = "../submodules/rusty-http-cache-semantics", default-features = false, optional = true }
lru = { version = "0.12.4", optional = true }
lru = { version = "0.12.5", optional = true }
sha2 = { version = "0.10.8", default-features = false, optional = true }
# cookie handling for sticky cookie