From 1ddcead5d56874fa79f069066f29c5b7fd45e0fc Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 15 Nov 2022 11:03:33 -0800 Subject: [PATCH] deps: nektro/zig-inquirer: use bigger buffer for line input --- deps.zig | 6 +++--- zigmod.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps.zig b/deps.zig index 993813f9ef9b365c35d0f7af97b94a13a66473d7..a6cda1ed25d7885382165ccd13f1358ae6c2f982 100644 --- a/deps.zig +++ b/deps.zig @@ -56,7 +56,7 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void { exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "8d6fdb4983a616940c1d5137110292a7862f6a7e").step); exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "de5c285d999eea68b9189b48bb000243fef0a689").step); exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "01fae956e2f17aa992e717e041a3dd457d440b31").step); - exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "14c3492c46f9765c3e77436741794d1a3118cbee").step); + exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "25e35a46400cfa1d7278436c0b7d14d314889d7c").step); exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-json", "0e7d026b0d3889ed7f96e1b24566a66cd9df6cb3").step); exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "ab852cf74fa0b4edc530d925f0654b62c60365bf").step); exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses", "c9b8cbf3565675a056ad4e9b57cb4f84020e7680").step); @@ -201,9 +201,9 @@ pub const package_data = struct { .deps = &[_]*Package{ &_f7dubzb7cyqe }, }; pub var _c1xirp1ota5p = Package{ - .store = "/git/github.com/nektro/zig-inquirer/14c3492c46f9765c3e77436741794d1a3118cbee", + .store = "/git/github.com/nektro/zig-inquirer/25e35a46400cfa1d7278436c0b7d14d314889d7c", .name = "inquirer", - .entry = "/git/github.com/nektro/zig-inquirer/14c3492c46f9765c3e77436741794d1a3118cbee/src/lib.zig", + .entry = "/git/github.com/nektro/zig-inquirer/25e35a46400cfa1d7278436c0b7d14d314889d7c/src/lib.zig", .deps = &[_]*Package{ &_s84v9o48ucb0, &_tnj3qf44tpeq }, }; pub var _ocmr9rtohgcc = Package{ diff --git a/zigmod.lock b/zigmod.lock index d8d71e3c19350d00883bafa43cb51b0a04e5fb4d..e0a8e01b981ca6bace6f3c17f3ca28234e1d3b29 100644 --- a/zigmod.lock +++ b/zigmod.lock @@ -7,7 +7,7 @@ git https://github.com/nektro/iguanaTLS commit-bd003aa75c8bc00e8a61a1be575b93052 git https://github.com/nektro/zig-ansi commit-8d6fdb4983a616940c1d5137110292a7862f6a7e git https://github.com/nektro/zig-detect-license commit-de5c285d999eea68b9189b48bb000243fef0a689 git https://github.com/nektro/zig-extras commit-01fae956e2f17aa992e717e041a3dd457d440b31 -git https://github.com/nektro/zig-inquirer commit-14c3492c46f9765c3e77436741794d1a3118cbee +git https://github.com/nektro/zig-inquirer commit-25e35a46400cfa1d7278436c0b7d14d314889d7c git https://github.com/nektro/zig-json commit-0e7d026b0d3889ed7f96e1b24566a66cd9df6cb3 git https://github.com/nektro/zig-leven commit-ab852cf74fa0b4edc530d925f0654b62c60365bf git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e7680 -- 2.54.0