diff --git a/Cargo.lock b/Cargo.lock index 91ea804d8..a681de9ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8504,7 +8504,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utp-rs" version = "0.1.0-alpha.8" -source = "git+https://github.com/ethereum/utp?tag=v0.1.0-alpha.13#00e1b0abc088d14ce470c6649e9fc058a052a73a" +source = "git+https://github.com/ethereum/utp?tag=v0.1.0-alpha.14#d894487d80a650bffd9e511fd9071b05c1ddb40d" dependencies = [ "async-trait", "delay_map", diff --git a/Cargo.toml b/Cargo.toml index b1504952e..0b322a407 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,4 +149,4 @@ trin-validation = { path = "trin-validation" } uds_windows = "1.0.1" ureq = { version = "2.5.0", features = ["json"] } url = "2.3.1" -utp-rs = { tag = "v0.1.0-alpha.13", git = "https://github.com/ethereum/utp" } +utp-rs = { tag = "v0.1.0-alpha.14", git = "https://github.com/ethereum/utp" }