Merge branch 'docker-build-musl' of github.com:martadinata666/lldap into docker-build-musl

This commit is contained in:
Dedy Martadinata Supriyadi 2022-07-31 10:15:26 +07:00
commit 8a451a852d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1857,9 +1857,9 @@ dependencies = [
[[package]]
name = "juniper"
version = "0.15.9"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21ac55c9084d08a7e315d78e2b15b7cc220f5eb67413c6ebf6967ee5de3b69fc"
checksum = "4f478f229a8ab52ff242f3250c8b3b8fe0a59b5b934f9706b7bdbc980991a7b6"
dependencies = [
"async-trait",
"bson",

View File

@ -24,7 +24,7 @@ futures-util = "*"
hmac = "0.10"
http = "*"
itertools = "0.10.1"
juniper = "0.15.6"
juniper = "0.15.10"
juniper_actix = "0.4.0"
jwt = "0.13"
ldap3_server = "=0.1.11"