Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic cargo update to 2024-04-08 #3132

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade cargo dependencies to 2024-04-08
  • Loading branch information
tautschnig authored and github-actions[bot] committed Apr 8, 2024
commit d64ebc902db7ff546ec3bcbaa622c0fab3023f2f
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
Loading