diff --git a/Cargo.lock b/Cargo.lock index b9edfa3..edf2331 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3103,14 +3103,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.9.5" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" +checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.3.8", - "regex-syntax 0.7.5", + "regex-automata 0.4.3", + "regex-syntax 0.8.2", ] [[package]] @@ -3124,13 +3124,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.3.8" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" +checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.7.5", + "regex-syntax 0.8.2", ] [[package]] @@ -3141,9 +3141,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.5" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" +checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relative-path" diff --git a/crates/manas_http/Cargo.toml b/crates/manas_http/Cargo.toml index cf2e81c..166555b 100644 --- a/crates/manas_http/Cargo.toml +++ b/crates/manas_http/Cargo.toml @@ -13,7 +13,7 @@ iri-string = { version = "0.7.0", features = ["serde"] } gdp_rs = { version = "0.1.1", path = "../../fcrates/gdp_rs" } once_cell = "1.18.0" percent-encoding = "2.3.0" -regex = "1.9.1" +regex = "1.10.2" uriparse = "0.6.4" thiserror = "1.0.43" tracing = { version = "0.1.37", features = ["attributes"] } diff --git a/crates/manas_podverse/Cargo.toml b/crates/manas_podverse/Cargo.toml index 373b0f0..6cd8db1 100644 --- a/crates/manas_podverse/Cargo.toml +++ b/crates/manas_podverse/Cargo.toml @@ -23,7 +23,7 @@ rdf_dynsyn = { version = "0.3.1", path = "../../fcrates/rdf_dynsyn", features = ] } rdf_utils = { version = "0.3.1", path = "../../fcrates/rdf_utils" } rdf_vocabularies = { version = "0.2.0", features = ["ns-rdf", "ns-pim"] } -regex = "1.9.1" +regex = "1.10.2" sophia_api = "0.8.0-alpha.1" tower = "0.4.13" tracing = { version = "0.1.37", features = ["attributes"] } diff --git a/crates/manas_repo/Cargo.toml b/crates/manas_repo/Cargo.toml index db3e4aa..55107ef 100644 --- a/crates/manas_repo/Cargo.toml +++ b/crates/manas_repo/Cargo.toml @@ -38,7 +38,7 @@ async-compat = "0.2.1" either = "1.8.1" rdf_utils = { version = "0.3.1", path = "../../fcrates/rdf_utils"} anyhow = "1.0.71" -regex = "1.9.1" +regex = "1.10.2" tokio = { version = "1.29.1", features = ["rt"] } tokio-util = { version = "0.7.8", features = ["io", "io-util"] } typed_record = { version = "0.1.1", path = "../../fcrates/typed_record", features = [ diff --git a/crates/manas_repo_opendal/Cargo.toml b/crates/manas_repo_opendal/Cargo.toml index d671d17..d4385fa 100644 --- a/crates/manas_repo_opendal/Cargo.toml +++ b/crates/manas_repo_opendal/Cargo.toml @@ -36,7 +36,7 @@ flagset = "0.4.3" # Opendal is pinned, as it breaks frequently. opendal = { version = "^0.39.0", features = ["rustls"]} gdp_rs = { version = "0.1.1", path = "../../fcrates/gdp_rs" } -regex = "1.9.1" +regex = "1.10.2" percent-encoding = "2.3.0" async-stream = "0.3.5" smallvec = "1.10.0" diff --git a/crates/manas_specs/codegen/Cargo.toml b/crates/manas_specs/codegen/Cargo.toml index 99cdfdb..6331787 100644 --- a/crates/manas_specs/codegen/Cargo.toml +++ b/crates/manas_specs/codegen/Cargo.toml @@ -8,7 +8,7 @@ anyhow = "1.0.71" serde_json = "1.0.100" iri-string = "0.7.0" syn = "2.0.24" -regex = "1.9.1" +regex = "1.10.2" once_cell = "1.18.0" rdf_vocabularies = { version = "0.2.0", features = ["ns-spec", "ns-dcterms"] } handlebars = "4.3.7" diff --git a/fcrates/dpop/Cargo.toml b/fcrates/dpop/Cargo.toml index 4ac7c6a..56108bb 100644 --- a/fcrates/dpop/Cargo.toml +++ b/fcrates/dpop/Cargo.toml @@ -19,7 +19,7 @@ once_cell = { version = "1.18.0" } picky = { version = "7.0.0-rc.8", default-features = false, features = [ "jose", ] } -regex = { version = "1.9.0" } +regex = { version = "1.10.2" } serde = { version = "1.0.166", features = ["derive"] } serde_json = "1.0.100" thiserror = "1.0.41"