Skip to content

Commit

Permalink
build: bump regex from 1.10.4 to 1.10.5
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5.
- [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.4...1.10.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SanjoDeundiak committed Jun 11, 2024
1 parent a29c36c commit 5a0f695
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 implementations/rust/ockam/ockam_abac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ strum = { version = "0.26.2", default-features = false, features = ["derive"] }

# optional:
ockam_executor = { version = "0.78.0", path = "../ockam_executor", default-features = false, optional = true }
regex = { version = "1.10.4", default-features = false, optional = true }
regex = { version = "1.10.5", default-features = false, optional = true }
rustyline = { version = "14.0.0", optional = true }
rustyline-derive = { version = "0.10.0", optional = true }
sqlx = { version = "0.7.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ r3bl_rs_utils_core = "0.9"
r3bl_tui = "0.5"
r3bl_tuify = "0.1"
rand = "0.8"
regex = "1.10.4"
regex = "1.10.5"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
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 @@ -82,7 +82,7 @@ pem-rfc7468 = { version = "0.7.0", features = ["std"] }
r3bl_rs_utils_core = "0.9.12"
r3bl_tui = "0.5.5"
rand = "0.8"
regex = "1.10.4"
regex = "1.10.5"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots", "blocking"] }
rustls = { version = "0.23.5", default-features = false }
rustls-native-certs = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ once_cell = { version = "1", optional = true, default-features = false }
opentelemetry = { version = "0.23.0", features = ["logs", "metrics", "trace"], optional = true }
rand = { version = "0.8", default-features = false }
rand_pcg = { version = "0.3.1", default-features = false, optional = true }
regex = { version = "1.10.4", default-features = false, optional = true }
regex = { version = "1.10.5", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_bare = { version = "0.5.0", default-features = false }
serde_json = { version = "1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ockam_macros = { path = "../ockam_macros", version = "^0.34.0" }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0", default-features = false, optional = true }
once_cell = { version = "1.19.0", optional = true, default-features = false }
opentelemetry = { version = "0.23.0", features = ["logs", "metrics", "trace"], optional = true }
regex = { version = "1.10.4", default-features = false, optional = true }
regex = { version = "1.10.5", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1", optional = true }
sqlx = { version = "0.7.4", optional = true, features = ["sqlite", "migrate", "runtime-tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_transport_tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ockam_node = { path = "../ockam_node", version = "^0.117.0" }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0" }
opentelemetry = { version = "0.23.0", features = ["logs", "metrics", "trace"], optional = true }
rand = "0.8"
regex = "1.10.3"
regex = "1.10.5"
rustls-native-certs = "0.7"
serde = { version = "1.0", default-features = false, features = ["derive"] }
socket2 = { version = "0.5.6", features = ["all"] }
Expand Down

0 comments on commit 5a0f695

Please sign in to comment.