diff --git a/Cargo.lock b/Cargo.lock index 5448ed96a..6b896f2d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7088,7 +7088,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utp-rs" version = "0.1.0-alpha.8" -source = "git+https://github.com/morph-dev/utp?rev=da5ae3e46a3daa6489a98fd2c7d198e83eee86b4#da5ae3e46a3daa6489a98fd2c7d198e83eee86b4" +source = "git+https://github.com/ethereum/utp?tag=v0.1.0-alpha.16#a4da8630ba0f56eb04a4ead6c374a850724445ac" dependencies = [ "async-trait", "delay_map 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index 01838d609..50ed2edb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ tree_hash_derive = "0.8.0" uds_windows = "1.0.1" ureq = { version = "2.5.0", features = ["json"] } url = "2.3.1" -utp-rs = { git = "https://github.com/morph-dev/utp", rev= "da5ae3e46a3daa6489a98fd2c7d198e83eee86b4" } +utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.16" } # Trin workspace crates e2store = { path = "crates/e2store" }