From 75a09882720c293e34beaa48c1f6e0e9dac2dc4b Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Wed, 12 Nov 2025 14:29:54 +0000 Subject: [PATCH] shared/echo: Bump toolshed version to resolve dependency conflicts Signed-off-by: Ryan Northey --- shared/echo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/echo/Cargo.toml b/shared/echo/Cargo.toml index 81b63dca..a0a89619 100644 --- a/shared/echo/Cargo.toml +++ b/shared/echo/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] tokio = { version = "1.44.0", features = ["full"] } -toolshed-echo = { git = "https://github.com/envoyproxy/toolshed", rev = "e2df528a12fc331599fb0ca3bdaf370ca3bffe2d", subdirectory = "rust/echo" } +toolshed-echo = { git = "https://github.com/envoyproxy/toolshed", rev = "c90e42c8379300774680d7c6ae2583a2d967f8ec", subdirectory = "rust/echo" }