From 64b0063f7afd8668f91f1ac5dbd42f407ddc4d61 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 6 May 2025 11:29:52 +1000 Subject: [PATCH] Bump bytecodec --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff5dab7..0c7c1e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" coveralls = {repository = "sile/stun_codec"} [dependencies] -bytecodec = "0.4" +bytecodec = "0.5" byteorder = "1" crc = "3" hmac = "0.12.1"