mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Update to concread 0.3 (#658)
This commit is contained in:
parent
a61ef91ac6
commit
f3cc2c4c41
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -646,8 +646,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "concread"
|
name = "concread"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
source = "git+https://github.com/kanidm/concread.git#9fc6e8642189ac23fec41387fa0efedc36b198c8"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "65099306f247b9a7bdd2919bba79355f646e477bc59ff4e8c13a1af976ed86fc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"crossbeam",
|
"crossbeam",
|
||||||
|
|
21
Cargo.toml
21
Cargo.toml
|
@ -25,22 +25,17 @@ exclude = [
|
||||||
|
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
# tokio = { path = "../../tokio/tokio" }
|
|
||||||
# tokio-util = { path = "../../tokio/tokio-util" }
|
|
||||||
# tokio = { git = "https://github.com/Firstyear/tokio.git", rev = "aa6fb48d9a1f3652ee79e3b018a2b9d0c9f89c1e" }
|
|
||||||
# tokio-util = { git = "https://github.com/Firstyear/tokio.git", rev = "aa6fb48d9a1f3652ee79e3b018a2b9d0c9f89c1e" }
|
|
||||||
|
|
||||||
# concread = { path = "../concread" }
|
# concread = { path = "../concread" }
|
||||||
concread = { git = "https://github.com/kanidm/concread.git" }
|
# concread = { git = "https://github.com/kanidm/concread.git" }
|
||||||
# idlset = { path = "../idlset" }
|
|
||||||
# ldap3_server = { path = "../ldap3_server" }
|
|
||||||
# webauthn-rs = { path = "../webauthn-rs" }
|
|
||||||
# webauthn-authenticator-rs = { path = "../webauthn-authenticator-rs" }
|
|
||||||
|
|
||||||
# webauthn-rs = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "bef560b3619d42f12ae88f08435164a0a43605e5" }
|
# idlset = { path = "../idlset" }
|
||||||
# webauthn-authenticator-rs = { git = "https://github.com/kanidm/webauthn-authenticator-rs.git", rev = "c91205e57a783a7c3a6e09ade377c83a86fe0900" }
|
|
||||||
|
# ldap3_server = { path = "../ldap3_server" }
|
||||||
|
|
||||||
|
# webauthn-rs = { path = "../webauthn-rs" }
|
||||||
|
|
||||||
|
# webauthn-authenticator-rs = { path = "../webauthn-authenticator-rs" }
|
||||||
|
|
||||||
# compact_jwt = { path = "../compact_jwt" }
|
# compact_jwt = { path = "../compact_jwt" }
|
||||||
# compact_jwt = { git = "https://github.com/kanidm/compact-jwt.git" }
|
# compact_jwt = { git = "https://github.com/kanidm/compact-jwt.git" }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue