bump ruma-identifiers-validation to c51ccb2c68d2e3557eb12b1a49036531711ec0e5

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-15 21:45:10 -04:00
parent 80ec0e31b1
commit f79bd2ac72
2 changed files with 5 additions and 14 deletions

17
Cargo.lock generated
View File

@ -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",

View File

@ -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"