Skip to content

Commit 261f5df

Browse files
update webtransport
1 parent 81f5133 commit 261f5df

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helm/rustlemania-webtransport/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88
image:
99
repository: securityunion/rustlemania-api
1010
pullPolicy: Always
11-
tag: fix-webtransport-92812e2e
11+
tag: fix-webtransport-b8f0722d
1212
command: ['webtransport_server']
1313
args: []
1414
tlsSecret: rustlemania-ui-tls

videocall-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ wasm-bindgen = "0.2.78"
2323
wasm-bindgen-futures = "0.4.30"
2424
yew = { version = "0.21" }
2525
yew-websocket = "1.21.0"
26-
yew-webtransport = {git = "https://github.com/security-union/yew-webtransport.git", rev = "ea5b757a483c4af524395cf24c468e85520b6e98" }
26+
yew-webtransport = "0.21.1"
2727

2828
[dependencies.web-sys]
2929
version = "0.3.60"

0 commit comments

Comments
 (0)