diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index d188237..4875122 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -13,5 +13,5 @@ repository = "https://git.mentality.rip/numas13/xash3d-master" [dependencies] thiserror = "1.0.49" -log = "<0.4.19" +log = "0.4.18" bitflags = "2.4"