Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Sep 13, 2023
1 parent 10cb1f4 commit 259a01b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rustls-pemfile = "1.0.3"
mimalloc = { version = "*", default-features = false }

# config
clap = { version = "4.4.2", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.4.3", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.7.8", default-features = false, features = ["parse"] }
hot_reload = "0.1.4"

Expand Down
4 changes: 2 additions & 2 deletions rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ h3 = { path = "../submodules/h3/h3/", optional = true }
# h3-quinn = { path = "./h3/h3-quinn/", optional = true }
h3-quinn = { path = "../submodules/h3-quinn/", optional = true } # Tentative to support rustls-0.21
# for UDP socket wit SO_REUSEADDR when h3 with quinn
socket2 = { version = "0.5.3", features = ["all"], optional = true }
socket2 = { version = "0.5.4", features = ["all"], optional = true }
s2n-quic = { path = "../submodules/s2n-quic/quic/s2n-quic/", default-features = false, features = [
"provider-tls-rustls",
], optional = true }
Expand All @@ -84,7 +84,7 @@ chrono = { version = "0.4.30", default-features = false, features = [
"alloc",
"clock",
], optional = true }
base64 = { version = "0.21.3", optional = true }
base64 = { version = "0.21.4", optional = true }
sha2 = { version = "0.10.7", default-features = false, optional = true }


Expand Down
2 changes: 1 addition & 1 deletion submodules/s2n-quic
Submodule s2n-quic updated 106 files

0 comments on commit 259a01b

Please sign in to comment.