aboutsummaryrefslogtreecommitdiff
path: root/common/object
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
commitbe24e6673599b67cbf0917c54e4cedf9ca2aa859 (patch)
treef1a2766bf5495fa7126fc0c713155fec7472e6c1 /common/object
parentaa13fade6fcabf9122babac7ac812a433a81b627 (diff)
downloadjellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst
update and clean up dependencies
Diffstat (limited to 'common/object')
-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]