mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
Merge pull request #3146 from deltachat/dependabot/cargo/log-0.4.16
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2167,9 +2167,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.14"
|
version = "0.4.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"value-bag",
|
"value-bag",
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ image = { version = "0.24.1", default-features=false, features = ["gif", "jpeg",
|
|||||||
kamadak-exif = "0.5"
|
kamadak-exif = "0.5"
|
||||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = {version = "0.4.8", optional = true }
|
log = {version = "0.4.16", optional = true }
|
||||||
mailparse = "0.13"
|
mailparse = "0.13"
|
||||||
native-tls = "0.2"
|
native-tls = "0.2"
|
||||||
num_cpus = "1.13"
|
num_cpus = "1.13"
|
||||||
|
|||||||
Reference in New Issue
Block a user