Skip to content

Commit

Permalink
chore: update utp to v0.1.0-alpha.11 (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored Mar 1, 2024
1 parent 3094fbb commit f7d05a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ trin-storage = { path = "trin-storage" }
trin-utils = { path = "trin-utils" }
trin-validation = { path = "trin-validation" }
url = "2.3.1"
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.10" }
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" }

[dev-dependencies]
ethers-core = { version = "2.0", default-features = false}
Expand Down
2 changes: 1 addition & 1 deletion portalnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ trin-utils = { path = "../trin-utils" }
trin-validation = { path = "../trin-validation" }
validator = { version = "0.13.0", features = ["derive"] }
url = "2.3.1"
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.10" }
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" }
tokio-stream = { version = "0.1.14", features = ["sync"] }

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion trin-beacon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ trin-metrics = { path = "../trin-metrics" }
trin-storage = { path = "../trin-storage" }
trin-validation = { path = "../trin-validation" }
trin-utils = { path = "../trin-utils" }
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.10" }
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" }
2 changes: 1 addition & 1 deletion trin-history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trin-metrics = { path = "../trin-metrics" }
trin-storage = { path = "../trin-storage" }
trin-utils = { path = "../trin-utils" }
trin-validation = { path = "../trin-validation" }
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.10" }
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" }

[dev-dependencies]
env_logger = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion utp-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tracing = "0.1.36"
tracing-subscriber = "0.3.15"
trin-utils = { path = "../trin-utils" }
tokio = {version = "1.14.0", features = ["full"]}
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.10" }
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.11" }

[[bin]]
name = "utp-test-app"
Expand Down

0 comments on commit f7d05a4

Please sign in to comment.