cargo: cargo update, and use recent nightly

This commit is contained in:
Vincent Breitmoser 2022-01-04 12:17:23 +01:00
parent 3aa26c10f3
commit 0e0b5c160a
5 changed files with 1310 additions and 1231 deletions

2533
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ chrono = "0.4.10"
anyhow = "1"
rocket = "0"
rocket_codegen = "0"
sequoia-openpgp = { version = "1.5", default-features = false, features = ["crypto-nettle"] }
sequoia-openpgp = { version = "1", default-features = false, features = ["crypto-nettle"] }
multipart = "0"
serde = "1.0"
serde_derive = "1.0"

View File

@ -5,7 +5,7 @@ authors = ["Kai Michaelis <kai@sequoia-pgp.org>"]
[dependencies]
anyhow = "1"
sequoia-openpgp = { version = "1.5", default-features = false, features = ["crypto-nettle"] }
sequoia-openpgp = { version = "1", default-features = false, features = ["crypto-nettle"] }
multipart = "0"
log = "0"
rand = "0.6"

View File

@ -6,7 +6,7 @@ authors = ["Vincent Breitmoser <look@my.amazin.horse>"]
[dependencies]
hagrid-database = { path = "../database" }
anyhow = "1"
sequoia-openpgp = { version = "1.5", default-features = false, features = ["crypto-nettle"] }
sequoia-openpgp = { version = "1", default-features = false, features = ["crypto-nettle"] }
multipart = "0"
log = "0"
rand = "0.6"

View File

@ -1 +1 @@
nightly-2020-06-01
nightly-2022-01-04