Pinning rsasl version to commit

This commit is contained in:
Nadja Reitzenstein 2022-04-27 17:21:07 +02:00
parent df64d43e03
commit 4ca4dc124b

View File

@ -74,8 +74,6 @@ capnp = "0.14"
capnp-rpc = "0.14.1"
# 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"
hex = { version = "0.4.3", features = ["serde"] }
@ -101,6 +99,12 @@ async-compat = "0.2.1"
url = "2.2.2"
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]
futures-test = "0.3.16"
tempfile = "3.2"