Skip to content

Commit 14cc87e

Browse files
committed
Use latest tls.zig (with new allocation-free API)
Add more fuzz tests around async tls.
1 parent 2a0d1b0 commit 14cc87e

File tree

2 files changed

+234
-168
lines changed

2 files changed

+234
-168
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.fingerprint = 0xda130f3af836cea0,
66
.dependencies = .{
77
.tls = .{
8-
.url = "https://github.com/ianic/tls.zig/archive/96b923fcdaa6371617154857cef7b8337778cbe2.tar.gz",
9-
.hash = "122031f94565d7420a155b6eaec65aaa02acc80e75e6f0947899be2106bc3055b1ec",
8+
.url = "https://github.com/ianic/tls.zig/archive/b29a8b45fc59fc2d202769c4f54509bb9e17d0a2.tar.gz",
9+
.hash = "1220e6fd39920dd6e28b2bc06688787a39430f8856f0597cd77c44ca868c6c54fb86",
1010
},
1111
},
1212
}

0 commit comments

Comments
 (0)