From 63714f190da9b9b7c116216a7035d338f3dfe6c3 Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Mon, 26 May 2025 15:36:49 -0700 Subject: [PATCH] update snf binrw --- Cargo.lock | 2 +- lib/snf/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b37fc6e..ef336eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3847,7 +3847,7 @@ dependencies = [ name = "strafesnet_snf" version = "0.3.1" dependencies = [ - "binrw 0.14.1", + "binrw 0.15.0", "id", "strafesnet_common", ] diff --git a/lib/snf/Cargo.toml b/lib/snf/Cargo.toml index f03e3cd..a69c8cd 100644 --- a/lib/snf/Cargo.toml +++ b/lib/snf/Cargo.toml @@ -6,6 +6,6 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -binrw = "0.14.0" +binrw = "0.15.0" id = { version = "0.1.0", registry = "strafesnet" } strafesnet_common = { version = "0.7.0", path = "../common", registry = "strafesnet" }