Skip to content

Commit

Permalink
chore(deps): bump regex from 1.10.6 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0.
- [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.10.6...1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent b9bd87f commit 615141e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 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/bench_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ tokio = { workspace = true }
tracing = { workspace = true }
tokio-postgres = "0.7.12"
glob = "0.3.1"
regex = "1.10.6"
regex = "1.11.0"
2 changes: 1 addition & 1 deletion crates/datafusion_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror.workspace = true
futures = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
async-recursion = "1.1.1"
regex = "1.10"
regex = "1.11"
once_cell = "1.19.0"
parking_lot = "0.12.3"
bson = "2.13.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/datasources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ indexmap = "2.5.0"
once_cell = "1.19.0"
parking_lot = "0.12.3"
rand = "0.8.5"
regex = "1.10.6"
regex = "1.11.0"
ring = "0.17.8"
scylla = "0.14.0"
serde_with = "3.9.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/decimal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ doctest = false
[dependencies]
thiserror.workspace = true
num-traits = "0.2.19"
regex = "1.10.6"
regex = "1.11.0"
2 changes: 1 addition & 1 deletion crates/slt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ telemetry = { path = "../telemetry" }
uuid = { version = "1.10", features = ["v4", "fast-rng", "macro-diagnostics"] }
glob = "0.3.1"
once_cell = "1.19.0"
regex = "1.10.6"
regex = "1.11.0"
sqllogictest = "0.22.0"
tokio-postgres = "0.7.12"
walkdir = "2.5.0"

0 comments on commit 615141e

Please sign in to comment.