From 464218b02c2052fc4a637904a6114d6462698536 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 7 May 2025 12:35:48 -0700 Subject: [PATCH] update smithy to reduce noise in codegen output --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 7091158..bfc99ca 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -14,8 +14,8 @@ .dependencies = .{ .smithy = .{ - .url = "https://git.lerch.org/lobo/smithy/archive/4187d8995112bfa2a071ea04f27a1da7c2259aab.tar.gz", - .hash = "smithy-1.0.0-uAyBgXrRAgB7bdZwFdSwAVSzfmXSu_DZyjh0MlQUdinw", + .url = "https://git.lerch.org/lobo/smithy/archive/fd9be1afbfcc60d52896c077d8e9c963bb667bf1.tar.gz", + .hash = "smithy-1.0.0-uAyBgZPSAgBHStx7nrj0u3sN66g8Ppnn3XFUEJhn00rP", }, .models = .{ .url = "https://github.com/aws/aws-sdk-go-v2/archive/refs/tags/release-2025-05-05.tar.gz",