Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
karkhaz committed May 7, 2024
1 parent cbd4bd3 commit 176ccb2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"

[[package]]
name = "build-kani"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -228,7 +228,7 @@ dependencies = [

[[package]]
name = "cprover_bindings"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"lazy_static",
"linear-map",
Expand Down Expand Up @@ -411,14 +411,14 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"

[[package]]
name = "kani"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"kani_macros",
]

[[package]]
name = "kani-compiler"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"clap",
"cprover_bindings",
Expand All @@ -439,7 +439,7 @@ dependencies = [

[[package]]
name = "kani-driver"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"anyhow",
"cargo_metadata",
Expand Down Expand Up @@ -467,7 +467,7 @@ dependencies = [

[[package]]
name = "kani-verifier"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"anyhow",
"home",
Expand All @@ -476,7 +476,7 @@ dependencies = [

[[package]]
name = "kani_macros"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"proc-macro-error",
"proc-macro2",
Expand All @@ -486,7 +486,7 @@ dependencies = [

[[package]]
name = "kani_metadata"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"clap",
"cprover_bindings",
Expand Down Expand Up @@ -992,7 +992,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"

[[package]]
name = "std"
version = "0.50.0"
version = "0.51.0"
dependencies = [
"kani",
]
Expand Down

0 comments on commit 176ccb2

Please sign in to comment.