aboutsummaryrefslogtreecommitdiff
path: root/common/object/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'common/object/Cargo.toml')
-rw-r--r--common/object/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/object/Cargo.toml b/common/object/Cargo.toml
index 2c27c5e..21d78a6 100644
--- a/common/object/Cargo.toml
+++ b/common/object/Cargo.toml
@@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-bytemuck = { version = "1.24.0", features = ["extern_crate_std"] }
-log = "0.4.29"
+bytemuck = { version = "1.25.0", features = ["extern_crate_std"] }
+log = { workspace = true }
serde_json = { version = "1.0.149", optional = true }
[features]