diff --git a/Cargo.lock b/Cargo.lock index 48b96b20eb..d5846d9ec7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4108,7 +4108,7 @@ dependencies = [ [[package]] name = "h3" version = "0.0.2" -source = "git+https://github.com/security-union/h3?branch=add-webtransport#fa956e0d44e66c04545741908fcb3690b0890be6" +source = "git+https://github.com/hyperium/h3#a57ed224ac5d17a635eb71eb6f83c1196f581a51" dependencies = [ "bytes", "fastrand 1.9.0", @@ -4121,8 +4121,8 @@ dependencies = [ [[package]] name = "h3-quinn" -version = "0.0.2" -source = "git+https://github.com/security-union/h3?branch=add-webtransport#fa956e0d44e66c04545741908fcb3690b0890be6" +version = "0.0.3" +source = "git+https://github.com/hyperium/h3#a57ed224ac5d17a635eb71eb6f83c1196f581a51" dependencies = [ "bytes", "futures", @@ -4136,7 +4136,7 @@ dependencies = [ [[package]] name = "h3-webtransport" version = "0.1.0" -source = "git+https://github.com/security-union/h3?branch=add-webtransport#fa956e0d44e66c04545741908fcb3690b0890be6" +source = "git+https://github.com/hyperium/h3#a57ed224ac5d17a635eb71eb6f83c1196f581a51" dependencies = [ "bytes", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index f2a2ea08a2..2343207e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,9 +187,9 @@ rustls = { version = "0.21.1", features = ["dangerous_configuration", "quic"] } rustls-pemfile = "1.0" # See: https://github.com/hyperium/h3/pull/183 -h3 = { git = "https://github.com/security-union/h3", branch = "add-webtransport" } -h3-webtransport = { git = "https://github.com/security-union/h3", branch = "add-webtransport" } -h3-quinn = { git = "https://github.com/security-union/h3", branch = "add-webtransport" } +h3 = { git = "https://github.com/hyperium/h3" } +h3-webtransport = { git = "https://github.com/hyperium/h3" } +h3-quinn = { git = "https://github.com/hyperium/h3" } http = { version = "0.2.9" } # diff --git a/web/Cargo.lock b/web/Cargo.lock index 7de03948b6..edb1cf4f1e 100644 --- a/web/Cargo.lock +++ b/web/Cargo.lock @@ -3312,7 +3312,7 @@ dependencies = [ [[package]] name = "h3" version = "0.0.2" -source = "git+https://github.com/security-union/h3?branch=add-webtransport#fa956e0d44e66c04545741908fcb3690b0890be6" +source = "git+https://github.com/hyperium/h3#a57ed224ac5d17a635eb71eb6f83c1196f581a51" dependencies = [ "bytes", "fastrand", @@ -3325,8 +3325,8 @@ dependencies = [ [[package]] name = "h3-quinn" -version = "0.0.2" -source = "git+https://github.com/security-union/h3?branch=add-webtransport#fa956e0d44e66c04545741908fcb3690b0890be6" +version = "0.0.3" +source = "git+https://github.com/hyperium/h3#a57ed224ac5d17a635eb71eb6f83c1196f581a51" dependencies = [ "bytes", "futures", @@ -3340,7 +3340,7 @@ dependencies = [ [[package]] name = "h3-webtransport" version = "0.1.0" -source = "git+https://github.com/security-union/h3?branch=add-webtransport#fa956e0d44e66c04545741908fcb3690b0890be6" +source = "git+https://github.com/hyperium/h3#a57ed224ac5d17a635eb71eb6f83c1196f581a51" dependencies = [ "bytes", "futures-util",