mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
Merge pull request #2529 from deltachat/dependabot/cargo/libc-0.2.98
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2122,9 +2122,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.97"
|
version = "0.2.98"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
|
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libm"
|
name = "libm"
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ indexmap = "1.7.0"
|
|||||||
itertools = "0.10.1"
|
itertools = "0.10.1"
|
||||||
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.97"
|
libc = "0.2.98"
|
||||||
log = {version = "0.4.8", optional = true }
|
log = {version = "0.4.8", optional = true }
|
||||||
mailparse = "0.13.5"
|
mailparse = "0.13.5"
|
||||||
native-tls = "0.2.3"
|
native-tls = "0.2.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user