mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
update to released version of gossip
This commit is contained in:
1141
Cargo.lock
generated
1141
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -63,7 +63,7 @@ humansize = "2"
|
|||||||
hyper = "1"
|
hyper = "1"
|
||||||
hyper-util = "0.1.10"
|
hyper-util = "0.1.10"
|
||||||
image = { version = "0.25.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
|
image = { version = "0.25.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
|
||||||
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "iroh-v0-30-0", version = "0.29", default-features = false, features = ["net"] }
|
iroh-gossip = { version = "0.30", default-features = false, features = ["net"] }
|
||||||
iroh = { version = "0.30", default-features = false }
|
iroh = { version = "0.30", default-features = false }
|
||||||
kamadak-exif = "0.6.1"
|
kamadak-exif = "0.6.1"
|
||||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ skip = [
|
|||||||
{ name = "fiat-crypto", version = "0.1.20" },
|
{ name = "fiat-crypto", version = "0.1.20" },
|
||||||
{ name = "futures-lite", version = "1.13.0" },
|
{ name = "futures-lite", version = "1.13.0" },
|
||||||
{ name = "getrandom", version = "<0.2" },
|
{ name = "getrandom", version = "<0.2" },
|
||||||
|
{ name = "hashbrown", version = "0.14.5" },
|
||||||
|
{ name = "hashbrown", version = "0.15.2" },
|
||||||
{ name = "hostname", version = "0.3.1" },
|
{ name = "hostname", version = "0.3.1" },
|
||||||
{ name = "http", version = "0.2.12" },
|
{ name = "http", version = "0.2.12" },
|
||||||
{ name = "netlink-packet-route", version = "0.17.1" },
|
{ name = "netlink-packet-route", version = "0.17.1" },
|
||||||
@@ -81,7 +83,6 @@ allow = [
|
|||||||
"MPL-2.0",
|
"MPL-2.0",
|
||||||
"OpenSSL",
|
"OpenSSL",
|
||||||
"Unicode-3.0",
|
"Unicode-3.0",
|
||||||
"Unicode-DFS-2016",
|
|
||||||
"Zlib",
|
"Zlib",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user