Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent 210ff09 commit 0ea7846
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rand_distr = { version = "0.4.3", default-features = false }
rdkafka = { version = "0.35.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true }
redis = { version = "0.24.0", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true }
regex = { version = "1.10.5", default-features = false, features = ["std", "perf"] }
regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] }
roaring = { version = "0.10.6", default-features = false, features = ["std"], optional = true }
rumqttc = { version = "0.24.0", default-features = false, features = ["use-rustls"], optional = true }
seahash = { version = "4.1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ once_cell = { version = "1.19", default-features = false }
ordered-float = { version = "4.2.1", default-features = false }
prost = { version = "0.12.6", default-features = false, features = ["std"] }
prost-reflect = { version = "0.13", default-features = false, features = ["serde"] }
regex = { version = "1.10.5", default-features = false, features = ["std", "perf"] }
regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] }
serde.workspace = true
serde_json.workspace = true
smallvec = { version = "1", default-features = false, features = ["union"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ proptest = { version = "1.5", optional = true }
prost-types = { version = "0.12", default-features = false }
prost = { version = "0.12", default-features = false, features = ["std"] }
quanta = { version = "0.12.3", default-features = false }
regex = { version = "1.10.5", default-features = false, features = ["std", "perf"] }
regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] }
ryu = { version = "1", default-features = false }
serde.workspace = true
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ os_info = { version = "3.8.2", default-features = false }
# watch https://github.com/epage/anstyle for official interop with Clap
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
paste = "1.0.15"
regex = { version = "1.10.5", default-features = false, features = ["std", "perf"] }
regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] }
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 0ea7846

Please sign in to comment.