diff options
Diffstat (limited to 'shared/Cargo.toml')
-rw-r--r-- | shared/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shared/Cargo.toml b/shared/Cargo.toml index b8b431a..2060150 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -4,11 +4,11 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.95" -bincode = "1.3.3" -glam = { version = "0.29.2", features = ["serde"] } +anyhow = "1.0.97" +bincode = "2.0.1" +glam = { version = "0.30.0", features = ["serde"] } redb = "2.4.0" -log = "0.4.22" -rand = "0.9.0-beta.1" -blake3 = "1.5.5" +log = "0.4.26" +rand = "0.9.0" +blake3 = "1.6.1" xdg = "2.5.2" |