From f3cc2c4c41fc8d231a5725da05b732b4f49045a3 Mon Sep 17 00:00:00 2001 From: Firstyear Date: Mon, 28 Mar 2022 10:17:23 +1000 Subject: [PATCH] Update to concread 0.3 (#658) --- Cargo.lock | 5 +++-- Cargo.toml | 21 ++++++++------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c403001f8..9f48d7dd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,8 +646,9 @@ dependencies = [ [[package]] name = "concread" -version = "0.3.0" -source = "git+https://github.com/kanidm/concread.git#9fc6e8642189ac23fec41387fa0efedc36b198c8" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65099306f247b9a7bdd2919bba79355f646e477bc59ff4e8c13a1af976ed86fc" dependencies = [ "ahash", "crossbeam", diff --git a/Cargo.toml b/Cargo.toml index d636dac5a..b9e6b5649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,22 +25,17 @@ exclude = [ [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 = { 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" } +# concread = { git = "https://github.com/kanidm/concread.git" } -# webauthn-rs = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "bef560b3619d42f12ae88f08435164a0a43605e5" } -# webauthn-authenticator-rs = { git = "https://github.com/kanidm/webauthn-authenticator-rs.git", rev = "c91205e57a783a7c3a6e09ade377c83a86fe0900" } +# idlset = { path = "../idlset" } + +# ldap3_server = { path = "../ldap3_server" } + +# webauthn-rs = { path = "../webauthn-rs" } + +# webauthn-authenticator-rs = { path = "../webauthn-authenticator-rs" } # compact_jwt = { path = "../compact_jwt" } # compact_jwt = { git = "https://github.com/kanidm/compact-jwt.git" } -