diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index 9791b14..e8c57ac 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace = true [dependencies] bowshock = { path = "../core" } -bzipper = { version = "0.6.0", features = ["alloc"]} +bzipper = { version = "0.6.2", features = ["alloc"]} [lints] workspace = true |