From 65c72e927f299881cefaa816ae6c2ac627805dd6 Mon Sep 17 00:00:00 2001 From: NathanosDev Date: Fri, 12 Jan 2024 11:25:42 +0100 Subject: [PATCH] chore: bump ic-certification --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee7a9982..60ae580d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,9 +1104,9 @@ dependencies = [ [[package]] name = "ic-certification" -version = "1.3.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c04340437a32c8b9c80d36f09715909c1e0a755327503a2e2906dcd662ba4e" +checksum = "1bb2219eb25be014287ff2e355b762c93952028401a4444031ef904535dc776e" dependencies = [ "hex", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5fd0253a..7cbe5a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ ic-agent = { path = "ic-agent", version = "0.31.0", default-features = false } ic-utils = { path = "ic-utils", version = "0.31.0" } ic-transport-types = { path = "ic-transport-types", version = "0.31.0" } -ic-certification = "1.3.0" +ic-certification = "2.2" candid = "0.10.1" candid_parser = "0.1.1" clap = "4.4.3"