From 0ade2da9e258dcecbfeedb06e12cc598b48b2dc2 Mon Sep 17 00:00:00 2001 From: Dario Lencina Date: Fri, 26 Jul 2024 20:28:24 -0400 Subject: [PATCH] commit lock changes --- yew-ui/Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yew-ui/Cargo.lock b/yew-ui/Cargo.lock index 8773044d..4eea66d2 100644 --- a/yew-ui/Cargo.lock +++ b/yew-ui/Cargo.lock @@ -1784,8 +1784,9 @@ dependencies = [ [[package]] name = "yew-webtransport" -version = "0.21.0" -source = "git+https://github.com/security-union/yew-webtransport.git?rev=ea5b757a483c4af524395cf24c468e85520b6e98#ea5b757a483c4af524395cf24c468e85520b6e98" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07927158193ae08918f87237b93432648c08d0ccd56412c580f5a93017790af5" dependencies = [ "anyhow", "futures",