diff --git a/Cargo.lock b/Cargo.lock index 2c637a34..61cf48bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -769,7 +769,7 @@ dependencies = [ "regex", "reqwest", "ruma", - "ruma-identifiers-validation 0.9.5 (git+https://github.com/girlbossceo/ruwuma?rev=fd686e77950680462377c9105dfb4136dd49c7a0)", + "ruma-identifiers-validation", "rustyline-async", "serde", "serde_json", @@ -2988,7 +2988,7 @@ dependencies = [ "percent-encoding", "rand", "regex", - "ruma-identifiers-validation 0.9.5 (git+https://github.com/girlbossceo/ruwuma?rev=c51ccb2c68d2e3557eb12b1a49036531711ec0e5)", + "ruma-identifiers-validation", "ruma-macros", "serde", "serde_html_form", @@ -3015,7 +3015,7 @@ dependencies = [ "pulldown-cmark", "regex", "ruma-common", - "ruma-identifiers-validation 0.9.5 (git+https://github.com/girlbossceo/ruwuma?rev=c51ccb2c68d2e3557eb12b1a49036531711ec0e5)", + "ruma-identifiers-validation", "ruma-macros", "serde", "serde_json", @@ -3046,15 +3046,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "ruma-identifiers-validation" -version = "0.9.5" -source = "git+https://github.com/girlbossceo/ruwuma?rev=fd686e77950680462377c9105dfb4136dd49c7a0#fd686e77950680462377c9105dfb4136dd49c7a0" -dependencies = [ - "js_int", - "thiserror", -] - [[package]] name = "ruma-identity-service-api" version = "0.9.0" @@ -3074,7 +3065,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "ruma-identifiers-validation 0.9.5 (git+https://github.com/girlbossceo/ruwuma?rev=c51ccb2c68d2e3557eb12b1a49036531711ec0e5)", + "ruma-identifiers-validation", "serde", "syn 2.0.71", "toml", diff --git a/Cargo.toml b/Cargo.toml index db48b42e..7c17d0f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -309,7 +309,7 @@ features = [ [workspace.dependencies.ruma-identifiers-validation] git = "https://github.com/girlbossceo/ruwuma" -rev = "fd686e77950680462377c9105dfb4136dd49c7a0" +rev = "c51ccb2c68d2e3557eb12b1a49036531711ec0e5" [workspace.dependencies.rust-rocksdb] path = "deps/rust-rocksdb"