mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
cargo: update dependencies and add a patch to a library
This commit is contained in:
parent
d647be793a
commit
035eb6cc3c
555
Cargo.lock
generated
555
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,3 +4,8 @@ members = [
|
|||||||
"auth",
|
"auth",
|
||||||
"app"
|
"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'
|
||||||
|
@ -18,7 +18,7 @@ async-trait = "0.1"
|
|||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
bincode = "1.3"
|
bincode = "1.3"
|
||||||
chrono = { version = "*", features = [ "serde" ]}
|
chrono = { version = "*", features = [ "serde" ]}
|
||||||
clap = "3.0.0-beta.2"
|
clap = "3.0.0-beta.4"
|
||||||
cron = "*"
|
cron = "*"
|
||||||
derive_builder = "0.10.2"
|
derive_builder = "0.10.2"
|
||||||
futures = "*"
|
futures = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user