From 479422046c118f83c0883bf09d046e91a48a12ae Mon Sep 17 00:00:00 2001 From: avivdavid23 Date: Thu, 5 Mar 2026 12:02:21 +0200 Subject: [PATCH] update ciborium --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ef9042..ef2183a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,8 +30,8 @@ serde = { workspace = true } serde_json = { workspace = true } ctor = { version = "0.1.16", optional = true } paste = "1.0.15" -ciborium = { git = "https://github.com/AvivDavid23/ciborium", branch = "main" } -ciborium-ll = { git = "https://github.com/AvivDavid23/ciborium", branch = "main" } +ciborium = { git = "https://github.com/RedisJSON/ciborium", branch = "main" } +ciborium-ll = { git = "https://github.com/RedisJSON/ciborium", branch = "main" } bytemuck = "1" half = { version = "2.0.0", features = ["bytemuck"] } thiserror = "2.0.18"