Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Jul 17, 2024
1 parent 3a88d3c commit 4d889e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mimalloc = { version = "*", default-features = false }
anyhow = "1.0.86"
rustc-hash = "2.0.0"
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
tokio = { version = "1.38.0", default-features = false, features = [
tokio = { version = "1.38.1", default-features = false, features = [
"net",
"rt-multi-thread",
"time",
Expand All @@ -45,7 +45,7 @@ async-trait = "0.1.81"
# config
clap = { version = "4.5.9", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.14", default-features = false, features = ["parse"] }
hot_reload = "0.1.5"
hot_reload = "0.1.6"

# logging
tracing = { version = "0.1.40" }
Expand Down
4 changes: 2 additions & 2 deletions rpxy-certs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustc-hash = { version = "2.0.0" }
tracing = { version = "0.1.40" }
derive_builder = { version = "0.20.0" }
thiserror = { version = "1.0.62" }
hot_reload = { version = "0.1.5" }
hot_reload = { version = "0.1.6" }
async-trait = { version = "0.1.81" }
rustls = { version = "0.23.11", default-features = false, features = [
"std",
Expand All @@ -33,7 +33,7 @@ rustls-webpki = { version = "0.102.5", default-features = false, features = [
x509-parser = { version = "0.16.0" }

[dev-dependencies]
tokio = { version = "1.38.0", default-features = false, features = [
tokio = { version = "1.38.1", default-features = false, features = [
"rt-multi-thread",
"macros",
] }
6 changes: 3 additions & 3 deletions rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ acme = []
[dependencies]
rand = "0.8.5"
rustc-hash = "2.0.0"
bytes = "1.6.0"
bytes = "1.6.1"
derive_builder = "0.20.0"
futures = { version = "0.3.30", features = ["alloc", "async-await"] }
tokio = { version = "1.38.0", default-features = false, features = [
tokio = { version = "1.38.1", default-features = false, features = [
"net",
"rt-multi-thread",
"time",
Expand Down Expand Up @@ -76,7 +76,7 @@ hyper-rustls = { git = "https://github.com/junkurihara/hyper-rustls", branch = "

# tls and cert management for server
rpxy-certs = { path = "../rpxy-certs/", default-features = false }
hot_reload = "0.1.5"
hot_reload = "0.1.6"
rustls = { version = "0.23.11", default-features = false }
tokio-rustls = { version = "0.26.0", features = ["early-data"] }

Expand Down

0 comments on commit 4d889e6

Please sign in to comment.