Skip to content

Commit

Permalink
chore(deps): bump regex from 1.9.5 to 1.10.2
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.10.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.9.5...1.10.2)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent bef113e commit ac89079
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/manas_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/manas_podverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/manas_repo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion crates/manas_repo_opendal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/manas_specs/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion fcrates/dpop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ac89079

Please sign in to comment.