Skip to content

Commit

Permalink
Automatic cargo update to 2024-04-08 (model-checking#3132)
Browse files Browse the repository at this point in the history
Dependency upgrade resulting from `cargo update`.
  • Loading branch information
github-actions[bot] authored Apr 8, 2024
1 parent 5490933 commit f68db95
Showing 1 changed file with 14 additions and 33 deletions.
47 changes: 14 additions & 33 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"

[[package]]
name = "comfy-table"
version = "7.1.0"
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686"
checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7"
dependencies = [
"crossterm",
"strum 0.25.0",
"strum_macros 0.25.3",
"strum",
"strum_macros",
"unicode-width",
]

Expand Down Expand Up @@ -338,9 +338,9 @@ dependencies = [

[[package]]
name = "getrandom"
version = "0.2.12"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
checksum = "a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6"
dependencies = [
"cfg-if",
"libc",
Expand Down Expand Up @@ -430,8 +430,8 @@ dependencies = [
"serde",
"serde_json",
"shell-words",
"strum 0.26.2",
"strum_macros 0.26.2",
"strum",
"strum_macros",
"tracing",
"tracing-subscriber",
]
Expand All @@ -455,8 +455,8 @@ dependencies = [
"rustc-demangle",
"serde",
"serde_json",
"strum 0.26.2",
"strum_macros 0.26.2",
"strum",
"strum_macros",
"tempfile",
"toml",
"tracing",
Expand Down Expand Up @@ -490,8 +490,8 @@ dependencies = [
"clap",
"cprover_bindings",
"serde",
"strum 0.26.2",
"strum_macros 0.26.2",
"strum",
"strum_macros",
]

[[package]]
Expand Down Expand Up @@ -873,9 +873,9 @@ dependencies = [

[[package]]
name = "rustversion"
version = "1.0.14"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"

[[package]]
name = "ryu"
Expand Down Expand Up @@ -1014,31 +1014,12 @@ version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"

[[package]]
name = "strum"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"

[[package]]
name = "strum"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"

[[package]]
name = "strum_macros"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
dependencies = [
"heck 0.4.1",
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.58",
]

[[package]]
name = "strum_macros"
version = "0.26.2"
Expand Down

0 comments on commit f68db95

Please sign in to comment.