mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
cargo: bump strum from 0.22.0 to 0.23.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Floris Bruynooghe
parent
babd405928
commit
2cc738f481
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3530,9 +3530,9 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "strum"
|
name = "strum"
|
||||||
version = "0.22.0"
|
version = "0.23.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
|
checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "strum_macros"
|
name = "strum_macros"
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ sha-1 = "0.9"
|
|||||||
sha2 = "0.9"
|
sha2 = "0.9"
|
||||||
smallvec = "1"
|
smallvec = "1"
|
||||||
stop-token = "0.6"
|
stop-token = "0.6"
|
||||||
strum = "0.22"
|
strum = "0.23"
|
||||||
strum_macros = "0.22"
|
strum_macros = "0.22"
|
||||||
surf = { version = "2.3", default-features = false, features = ["h1-client"] }
|
surf = { version = "2.3", default-features = false, features = ["h1-client"] }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user