cargo: update dependencies and add a patch to a library

This commit is contained in:
Valentin Tolmer 2021-09-03 11:50:49 +02:00 committed by nitnelave
parent d647be793a
commit 035eb6cc3c
3 changed files with 289 additions and 273 deletions

555
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,3 +4,8 @@ members = [
"auth",
"app"
]
#TODO: remove once https://github.com/rust-num/num-bigint/issues/218 is fixed
[patch.crates-io.num-bigint]
git = 'https://github.com/nitnelave/num-bigint/'
branch = '0.3.2-patch'

View File

@ -18,7 +18,7 @@ async-trait = "0.1"
base64 = "0.13"
bincode = "1.3"
chrono = { version = "*", features = [ "serde" ]}
clap = "3.0.0-beta.2"
clap = "3.0.0-beta.4"
cron = "*"
derive_builder = "0.10.2"
futures = "*"