Merge pull request #3087 from deltachat/dependabot/cargo/strum-0.24.0

This commit is contained in:
dependabot[bot]
2022-03-13 11:44:29 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3643,9 +3643,9 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]] [[package]]
name = "strum" name = "strum"
version = "0.23.0" version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb" checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
[[package]] [[package]]
name = "strum_macros" name = "strum_macros"

View File

@@ -63,7 +63,7 @@ sha-1 = "0.10"
sha2 = "0.10" sha2 = "0.10"
smallvec = "1" smallvec = "1"
stop-token = "0.7" stop-token = "0.7"
strum = "0.23" strum = "0.24"
strum_macros = "0.24" strum_macros = "0.24"
surf = { version = "2.3", default-features = false, features = ["h1-client"] } surf = { version = "2.3", default-features = false, features = ["h1-client"] }
thiserror = "1" thiserror = "1"