Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Feb 13, 2024
1 parent f5dfbcb commit 8ee626f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [
anyhow = "1.0.79"
rustc-hash = "1.1.0"
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
derive_builder = "0.13.0"
tokio = { version = "1.35.1", default-features = false, features = [
derive_builder = "0.13.1"
tokio = { version = "1.36.0", default-features = false, features = [
"net",
"rt-multi-thread",
"time",
Expand All @@ -41,8 +41,8 @@ rustls-pemfile = "1.0.4"
mimalloc = { version = "*", default-features = false }

# config
clap = { version = "4.4.18", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.9", default-features = false, features = ["parse"] }
clap = { version = "4.5.0", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.10", default-features = false, features = ["parse"] }
hot_reload = "0.1.5"

# logging
Expand Down
8 changes: 4 additions & 4 deletions rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ webpki-roots = ["rustls-backend", "hyper-rustls/webpki-tokio"]
rand = "0.8.5"
rustc-hash = "1.1.0"
bytes = "1.5.0"
derive_builder = "0.13.0"
derive_builder = "0.13.1"
futures = { version = "0.3.30", features = ["alloc", "async-await"] }
tokio = { version = "1.35.1", default-features = false, features = [
tokio = { version = "1.36.0", default-features = false, features = [
"net",
"rt-multi-thread",
"time",
Expand All @@ -46,7 +46,7 @@ async-trait = "0.1.77"

# Error handling
anyhow = "1.0.79"
thiserror = "1.0.56"
thiserror = "1.0.57"

# http for both server and client
http = "1.0.0"
Expand Down Expand Up @@ -97,7 +97,7 @@ lru = { version = "0.12.2", optional = true }
sha2 = { version = "0.10.8", default-features = false, optional = true }

# cookie handling for sticky cookie
chrono = { version = "0.4.33", default-features = false, features = [
chrono = { version = "0.4.34", default-features = false, features = [
"unstable-locales",
"alloc",
"clock",
Expand Down
2 changes: 1 addition & 1 deletion submodules/h3

0 comments on commit 8ee626f

Please sign in to comment.