From 0c770ed604972e9886c73441e094d52fcd50f483 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 01:05:21 +0000 Subject: [PATCH] chore(deps): update rust crate kani-verifier to 0.68 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5defd05..93138d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ jsonrpsee = { version = "0.26", features = ["server", "client-core", "async-clie [dev-dependencies] tempfile = "3.0" async-trait = "0.1" -kani-verifier = "0.67" +kani-verifier = "0.68"