master: do not limit dependency versions

This commit is contained in:
Denis Drakhnia 2024-05-12 08:32:38 +03:00
parent 6956b6a1ce
commit c3031d371a
1 changed files with 4 additions and 4 deletions

View File

@ -18,20 +18,20 @@ logtime = ["chrono"]
[dependencies]
thiserror = "1.0.49"
getopts = "0.2.21"
log = "<0.4.19"
log = "0.4.18"
bitflags = "2.4"
fastrand = "2.0.1"
serde = { version = "1.0.188", features = ["derive"] }
toml = "0.5.11"
blake2b_simd = "=1.0.0"
ahash = "<0.5"
blake2b_simd = "1.0"
ahash = "0.4.8"
xash3d-protocol = { path = "../protocol", version = "0.1.0" }
[target.'cfg(not(windows))'.dependencies]
signal-hook = { version = "0.3.17", default-features = false }
[dependencies.chrono]
version = "<0.4.27"
version = "0.4.26"
optional = true
default-features = false
features = ["clock"]