Skip to content

Commit e064a5b

Browse files
dependabot[bot]avrabe
authored andcommitted
build(deps): bump kani-verifier from 0.61.0 to 0.62.0
Bumps [kani-verifier](https://github.com/model-checking/kani) from 0.61.0 to 0.62.0. - [Release notes](https://github.com/model-checking/kani/releases) - [Changelog](https://github.com/model-checking/kani/blob/main/CHANGELOG.md) - [Commits](model-checking/kani@kani-0.61.0...kani-0.62.0) --- updated-dependencies: - dependency-name: kani-verifier dependency-version: 0.62.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b36103 commit e064a5b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrt-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ proptest = "1.0.0"
1919

2020
# For formal verification (moved to dependencies with optional flag)
2121
[dependencies.kani-verifier]
22-
version = "0.61.0"
22+
version = "0.62.0"
2323
optional = true
2424

2525
[features]

wrt-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ hashbrown = { version = "0.15", optional = true } # For no_std with alloc
6161
log = { version = "0.4", optional = true, default-features = false }
6262

6363
# For formal verification - not enabled by default
64-
kani-verifier = { version = "0.61.0", optional = true }
64+
kani-verifier = { version = "0.62.0", optional = true }
6565

6666
# serde = { version = "1.0", features = ["derive"], optional = true }
6767
# serde_bytes = { version = "0.11", optional = true }

wrt-intercept/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ wrt-sync = { workspace = true, default-features = false }
1717
# Optional dependencies
1818
log = { version = "0.4", optional = true }
1919
# For formal verification when 'kani' feature is enabled
20-
kani-verifier = { version = "0.61.0", optional = true }
20+
kani-verifier = { version = "0.62.0", optional = true }
2121

2222
[dev-dependencies]
2323
chrono = "0.4" # For examples

wrt-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ alloc = { package = "rustc-std-workspace-alloc", version = "1.0.0", optional = t
2626

2727
# No external dependencies needed
2828
# Only used for formal verification when 'kani' feature is enabled
29-
kani-verifier = { version = "0.61.0", optional = true }
29+
kani-verifier = { version = "0.62.0", optional = true }
3030

3131
[features]
3232
default = [] # No features enabled by default, ensuring no_std without alloc

0 commit comments

Comments
 (0)