mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-24 23:57:57 +01:00
Updating rsasl version
This commit is contained in:
parent
538b0b28f1
commit
b88c6f69cd
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2085,6 +2085,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "rsasl"
|
||||
version = "2.0.0-preview3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ad78be6ac46ec0d9715e7d4ef7acf7f81b4ed558a9909c7c77886b7cc82408bf"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"digest 0.10.3",
|
||||
|
@ -74,7 +74,7 @@ capnp-rpc = "0.14.1"
|
||||
|
||||
# API Authentication
|
||||
#rsasl = "2.0.0-preview3"
|
||||
rsasl = { path = "../../rsasl", features = ["unstable_custom_mechanism"] }
|
||||
rsasl = { version = "2.0.0-preview3", features = ["unstable_custom_mechanism"] }
|
||||
desfire = "0.2.0-alpha1"
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
linkme = "0.2.10"
|
||||
|
Loading…
Reference in New Issue
Block a user