From bd6d67c9893da35eb02a6d8e371761c5406cc026 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Sun, 17 May 2026 14:49:38 -0600 Subject: [PATCH] chore(cargo): sync lockfile to tnt-core-bindings/fixtures v0.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stranded from #147 — the Cargo.toml bumps landed but the corresponding Cargo.lock regen was never committed. No transitive dependency changes, just the two workspace member versions. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e4bdac..59d7f68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3351,7 +3351,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tnt-core-bindings" -version = "0.17.0" +version = "0.17.1" dependencies = [ "alloy", "alloy-contract", @@ -3361,7 +3361,7 @@ dependencies = [ [[package]] name = "tnt-core-fixtures" -version = "0.17.0" +version = "0.17.1" [[package]] name = "tokio"