mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
try to make cargo happy
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -1367,8 +1367,8 @@ dependencies = [
|
|||||||
"sha2",
|
"sha2",
|
||||||
"shadowsocks",
|
"shadowsocks",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"strum 0.27.2",
|
"strum 0.28.0",
|
||||||
"strum_macros 0.27.2",
|
"strum_macros 0.28.0",
|
||||||
"tagger",
|
"tagger",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"testdir",
|
"testdir",
|
||||||
@@ -5775,9 +5775,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"
|
||||||
@@ -5794,9 +5794,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "strum_macros"
|
name = "strum_macros"
|
||||||
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 = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
|
checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck 0.5.0",
|
"heck 0.5.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|||||||
Reference in New Issue
Block a user