mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
cargo: update various dependencies
This commit is contained in:
parent
4092b2e5b1
commit
49f4e48aae
1262
Cargo.lock
generated
1262
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -16,12 +16,3 @@ rev = '67050812695b7a8a90b81b0637e347fc6629daed'
|
||||
[patch.crates-io.yew_form_derive]
|
||||
git = 'https://github.com/sassman/yew_form/'
|
||||
rev = '67050812695b7a8a90b81b0637e347fc6629daed'
|
||||
|
||||
# TODO: remove after https://github.com/SeaQL/sea-query has a release >0.25
|
||||
[patch.crates-io.sea-query]
|
||||
git = 'https://github.com/SeaQL/sea-query/'
|
||||
rev = 'f2b74b2875a1a5a5550a7c8658d3fcd385134925'
|
||||
|
||||
[patch.crates-io.sea-query-binder]
|
||||
git = 'https://github.com/SeaQL/sea-query/'
|
||||
rev = 'f2b74b2875a1a5a5550a7c8658d3fcd385134925'
|
||||
|
@ -12,7 +12,7 @@ jwt = "0.13"
|
||||
rand = "0.8"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
validator = "*"
|
||||
validator = "=0.14"
|
||||
validator_derive = "*"
|
||||
wasm-bindgen = "0.2"
|
||||
yew = "0.18"
|
||||
|
@ -7,11 +7,12 @@ version = "0.3.0-alpha.1"
|
||||
[dependencies]
|
||||
actix = "0.12"
|
||||
actix-files = "0.6.0-beta.6"
|
||||
actix-http = "3.0.0-beta.9"
|
||||
actix-http = "=3.0.0-beta.9"
|
||||
actix-rt = "2.2.0"
|
||||
actix-server = "2.0.0-beta.5"
|
||||
actix-server = "=2.0.0-beta.5"
|
||||
actix-service = "2.0.0"
|
||||
actix-web = "4.0.0-beta.8"
|
||||
actix-tls = "=3.0.0-beta.5"
|
||||
actix-web = "=4.0.0-beta.8"
|
||||
actix-web-httpauth = "0.6.0-beta.2"
|
||||
anyhow = "*"
|
||||
async-trait = "0.1"
|
||||
@ -27,7 +28,7 @@ itertools = "0.10.1"
|
||||
juniper = "0.15.6"
|
||||
juniper_actix = "0.4.0"
|
||||
jwt = "0.13"
|
||||
ldap3_server = ">=0.1.9"
|
||||
ldap3_server = "=0.1.11"
|
||||
log = "*"
|
||||
native-tls = "0.2.10"
|
||||
orion = "0.16"
|
||||
@ -85,7 +86,7 @@ version = "^0.25"
|
||||
features = ["with-chrono", "sqlx-sqlite"]
|
||||
|
||||
[dependencies.sea-query-binder]
|
||||
version = "*"
|
||||
version = "0.1"
|
||||
features = ["with-chrono", "sqlx-sqlite", "sqlx-any"]
|
||||
|
||||
[dependencies.opaque-ke]
|
||||
|
Loading…
Reference in New Issue
Block a user