Skip to content

Commit 446885b

Browse files
authored
update ciborium (#18)
1 parent 259d8ac commit 446885b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ serde = { workspace = true }
3030
serde_json = { workspace = true }
3131
ctor = { version = "0.1.16", optional = true }
3232
paste = "1.0.15"
33-
ciborium = { git = "https://github.com/AvivDavid23/ciborium", branch = "main" }
34-
ciborium-ll = { git = "https://github.com/AvivDavid23/ciborium", branch = "main" }
33+
ciborium = { git = "https://github.com/RedisJSON/ciborium", branch = "main" }
34+
ciborium-ll = { git = "https://github.com/RedisJSON/ciborium", branch = "main" }
3535
bytemuck = "1"
3636
half = { version = "2.0.0", features = ["bytemuck"] }
3737
thiserror = "2.0.18"

0 commit comments

Comments
 (0)