Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Jul 23, 2023
1 parent 85acc0e commit 3ef9d8b
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 28 deletions.
38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@ license = "GPL-3.0-or-later"
crate-type = ["cdylib", "lib"]

[dependencies]
ash = "0.37.2"
ash = "0.37.3"
bincode = "1.3.3"
bitflags = "1.3.2"
bitflags = "2.3.3"
bxt-ipc-types = { version = "0.1.0", path = "bxt-ipc-types" }
bxt-macros = { path = "bxt-macros" }
bxt-patterns = { path = "bxt-patterns" }
bxt-strafe = { path = "bxt-strafe" }
byte-slice-cast = "1.2.2"
color-eyre = { version = "0.6.2", default-features = false }
crossbeam-channel = "0.5.6"
crossbeam-channel = "0.5.8"
git-version = "0.3.5"
glam = "0.22.0"
glam = "0.24.1"
hltas = { version = "0.8.0", features = ["serde1"] }
ipc-channel = "0.16.0"
itertools = "0.10.5"
libc = "0.2.139"
libloading = "0.7.4"
once_cell = "1.17.0"
ipc-channel = "0.16.1"
itertools = "0.11.0"
libc = "0.2.147"
libloading = "0.8.0"
once_cell = "1.18.0"
rand = "0.8.5"
rayon = "1.6.1"
rhai = { version = "1.12.0", features = ["no_closure", "no_custom_syntax", "no_module", "no_time", "f32_float", "serde"] }
rusqlite = { version = "0.28.0", features = ["bundled"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
rayon = "1.7.0"
rhai = { version = "1.15.1", features = ["no_closure", "no_custom_syntax", "no_module", "no_time", "f32_float", "serde"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }
serde = { version = "1.0.174", features = ["derive"] }
serde_json = "1.0.103"
tap = "1.0.1"
thiserror = "1.0.38"
thiserror = "1.0.44"
tracing = "0.1.37"
tracing-chrome = "0.7.0"
tracing-subscriber = "0.3.16"
tracing-chrome = "0.7.1"
tracing-subscriber = "0.3.17"

[target."cfg(windows)".dependencies]
minhook-sys = "0.1.1"
Expand All @@ -47,9 +47,9 @@ version = "0.3.9"
features = ["libloaderapi", "psapi", "winuser", "synchapi", "handleapi", "processthreadsapi", "winbase", "winerror"]

[dev-dependencies]
expect-test = "1.4.0"
expect-test = "1.4.1"
hltas = { version = "0.8.0", features = ["serde1", "proptest1"] }
proptest = "1.0.0"
proptest = "1.2.0"

[build-dependencies]
gl_generator = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion bxt-ipc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
bxt-strafe = { version = "0.1.0", path = "../bxt-strafe" }
hltas = { version = "0.8.0", features = ["serde1"] }
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
2 changes: 1 addition & 1 deletion bxt-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ license = "GPL-3.0-or-later"
proc_macro = true

[dev-dependencies]
trybuild = "1.0.77"
trybuild = "1.0.82"
8 changes: 4 additions & 4 deletions bxt-strafe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version = "0.1.0"
edition = "2021"

[dependencies]
arrayvec = { version = "0.7.2", features = ["serde"] }
arrayvec = { version = "0.7.4", features = ["serde"] }
bxt-vct = { path = "../bxt-vct" }
glam = { version = "0.22.0", features = ["serde"] }
glam = { version = "0.24.1", features = ["serde"] }
hltas = { version = "0.8.0" }
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
tap = "1.0.1"

[dev-dependencies]
ncollide3d = "0.33.0"
proptest = "1.0.0"
proptest = "1.2.0"
proptest-derive = "0.3.0"
hltas = { version = "0.8.0", features = ["proptest1"] }
4 changes: 2 additions & 2 deletions bxt-vct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
arrayvec = "0.7.2"
ordered-float = "3.4.0"
arrayvec = "0.7.4"
ordered-float = "3.7.0"
1 change: 1 addition & 0 deletions src/ffi/buttons.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use bitflags::bitflags;

bitflags! {
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct Buttons: u16 {
const IN_ATTACK = 1;
const IN_JUMP = 1 << 1;
Expand Down
1 change: 1 addition & 0 deletions src/ffi/cvar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use std::ptr::null;
use bitflags::bitflags;

bitflags! {
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct Flags: i32 {
const FCVAR_ARCHIVE = 1;
const FCVAR_USERINFO = 2;
Expand Down
1 change: 1 addition & 0 deletions src/ffi/edict.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use std::ptr::null;
use bitflags::bitflags;

bitflags! {
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct Flags: i32 {
const FL_FLY = 1;
const FL_SWIM = 1 << 1;
Expand Down
1 change: 1 addition & 0 deletions src/ffi/playermove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use crate::ffi::pmtrace::pmtrace_s;
use crate::ffi::usercmd::usercmd_s;

bitflags! {
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct TraceFlags: c_int {
const PM_NORMAL = 0;
const PM_STUDIO_IGNORE = 1;
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/sdl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pub fn reset_pointers(marker: MainThreadMarker) {

bitflags! {
/// Mouse buttons that can be pressed.
#[derive(Default)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
pub struct MouseButtons: u32 {
/// Half-Life's `mouse1`.
const Left = 1 << 0;
Expand Down

0 comments on commit 3ef9d8b

Please sign in to comment.