mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-21 22:47:55 +01:00
Pinning rsasl version to commit
This commit is contained in:
parent
df64d43e03
commit
4ca4dc124b
@ -74,8 +74,6 @@ capnp = "0.14"
|
|||||||
capnp-rpc = "0.14.1"
|
capnp-rpc = "0.14.1"
|
||||||
|
|
||||||
# API Authentication
|
# API Authentication
|
||||||
#rsasl = "2.0.0-preview3"
|
|
||||||
rsasl = { git = "https://github.com/dequbed/rsasl.git", branch = "main", default_features = false, features = ["unstable_custom_mechanism", "provider", "registry_static", "plain"] }
|
|
||||||
desfire = "0.2.0-alpha1"
|
desfire = "0.2.0-alpha1"
|
||||||
hex = { version = "0.4.3", features = ["serde"] }
|
hex = { version = "0.4.3", features = ["serde"] }
|
||||||
|
|
||||||
@ -101,6 +99,12 @@ async-compat = "0.2.1"
|
|||||||
url = "2.2.2"
|
url = "2.2.2"
|
||||||
rustls-native-certs = "0.6.1"
|
rustls-native-certs = "0.6.1"
|
||||||
|
|
||||||
|
[dependencies.rsasl]
|
||||||
|
git = "https://github.com/dequbed/rsasl.git"
|
||||||
|
rev = "0b5012d0"
|
||||||
|
default_features = false
|
||||||
|
features = ["unstable_custom_mechanism", "provider", "registry_static", "plain"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures-test = "0.3.16"
|
futures-test = "0.3.16"
|
||||||
tempfile = "3.2"
|
tempfile = "3.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user