update snf binrw

This commit is contained in:
2025-05-26 15:36:49 -07:00
parent f50dfb9399
commit 63714f190d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@ -3847,7 +3847,7 @@ dependencies = [
name = "strafesnet_snf"
version = "0.3.1"
dependencies = [
"binrw 0.14.1",
"binrw 0.15.0",
"id",
"strafesnet_common",
]

@ -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" }