update deps

This commit is contained in:
Quaternions 2025-03-08 13:55:14 -08:00
parent ab4a9bb922
commit 4ace8317fe
4 changed files with 233 additions and 233 deletions
Cargo.lock
lib
bsp_loader
fixed_wide
map-tool

456
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -14,6 +14,6 @@ glam = "0.30.0"
strafesnet_common = { version = "0.6.0", path = "../common", registry = "strafesnet" }
strafesnet_deferred_loader = { version = "0.5.0", path = "../deferred_loader", registry = "strafesnet" }
vbsp = "0.8.0"
vbsp-entities-css = "0.3.0"
vbsp-entities-css = "0.6.0"
vmdl = "0.2.0"
vpk = "0.2.0"
vpk = "0.3.0"

@ -14,7 +14,7 @@ wide-mul=[]
zeroes=["dep:arrayvec"]
[dependencies]
bnum = "0.12.0"
bnum = "0.13.0"
arrayvec = { version = "0.7.6", optional = true }
paste = "1.0.15"
ratio_ops = { version = "0.1.0", path = "../ratio_ops", registry = "strafesnet", optional = true }

@ -26,10 +26,10 @@ strafesnet_snf = { version = "0.3.0", path = "../lib/snf", registry = "strafesne
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "fs"] }
vbsp = "0.8.0"
vbsp-entities-css = "0.3.0"
vbsp-entities-css = "0.6.0"
vmdl = "0.2.0"
vmt-parser = "0.2.0"
vpk = "0.2.0"
vpk = "0.3.0"
vtf = "0.3.0"
#[profile.release]