diff --git a/taiga_halo2/Cargo.toml b/taiga_halo2/Cargo.toml index 73ec8d8b..2e0b0bea 100644 --- a/taiga_halo2/Cargo.toml +++ b/taiga_halo2/Cargo.toml @@ -24,7 +24,7 @@ num-bigint = "0.4" rustler = { version = "0.29.1", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } -borsh = { version = "1.0", features = ["derive"], optional = true } +borsh = { version = "1.1", features = ["derive"], optional = true } [dev-dependencies] criterion = "0.5"