mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Merge pull request #2434 from deltachat/dependabot/cargo/escaper-0.1.1
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1449,9 +1449,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "escaper"
|
name = "escaper"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "39da344028c2227132b2dfa7c186e2104ecc153467583d00ed9c398f9ff693b0"
|
checksum = "a53eb97b7349ba1bdb31839eceafe9aaae8f1d8d944dc589b67fb0b26e1c1666"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"entities",
|
"entities",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ chrono = "0.4.6"
|
|||||||
dirs = { version = "3.0.2", optional=true }
|
dirs = { version = "3.0.2", optional=true }
|
||||||
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
|
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
|
||||||
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
|
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
|
||||||
escaper = "0.1.0"
|
escaper = "0.1.1"
|
||||||
futures = "0.3.14"
|
futures = "0.3.14"
|
||||||
hex = "0.4.0"
|
hex = "0.4.0"
|
||||||
image = { version = "0.23.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
|
image = { version = "0.23.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user