mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
chore(cargo): bump strum from 0.27.2 to 0.28.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.27.2 to 0.28.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/compare/v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ...
This commit is contained in:
committed by
iequidoo
parent
53acfaa054
commit
1b43aac356
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -1368,7 +1368,7 @@ dependencies = [
|
|||||||
"sha2",
|
"sha2",
|
||||||
"shadowsocks",
|
"shadowsocks",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"strum 0.27.2",
|
"strum 0.28.0",
|
||||||
"strum_macros 0.27.2",
|
"strum_macros 0.27.2",
|
||||||
"tagger",
|
"tagger",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
@@ -5769,9 +5769,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "strum"
|
name = "strum"
|
||||||
version = "0.27.2"
|
version = "0.28.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
|
checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "strum_macros"
|
name = "strum_macros"
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ sha-1 = "0.10"
|
|||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
shadowsocks = { version = "1.23.1", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] }
|
shadowsocks = { version = "1.23.1", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] }
|
||||||
smallvec = "1.15.1"
|
smallvec = "1.15.1"
|
||||||
strum = "0.27"
|
strum = "0.28"
|
||||||
strum_macros = "0.27"
|
strum_macros = "0.27"
|
||||||
tagger = "4.3.4"
|
tagger = "4.3.4"
|
||||||
textwrap = "0.16.2"
|
textwrap = "0.16.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user