Skip to content

Commit

Permalink
build: bump regex from 1.9.5 to 1.9.6
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.9.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.9.5...1.9.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] authored and mrinalwadhwa committed Oct 2, 2023
1 parent 9e58131 commit 5fbb9eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 implementations/rust/ockam/ockam_abac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ockam_executor = { version = "0.54.0", path = "../ockam_executor", default-featu
ockam_identity = { version = "0.83.0", path = "../ockam_identity", default-features = false }
once_cell = { version = "1.18.0", default-features = false, features = ["alloc"] }
# optional:
regex = { version = "1.9.5", default-features = false, optional = true }
regex = { version = "1.9.6", default-features = false, optional = true }
rusqlite = { version = "0.29.0", optional = true }
rustyline = { version = "12.0.0", optional = true }
rustyline-derive = { version = "0.9.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ once_cell = "1.18"
open = "5.0.0"
pem-rfc7468 = { version = "0.7.0", features = ["std"] }
rand = "0.8"
regex = "1.9.5"
regex = "1.9.6"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] }
rustls = "0.21.7"
rustls-native-certs = "0.6.3"
Expand Down

0 comments on commit 5fbb9eb

Please sign in to comment.