Skip to content

Commit

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

---
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 Nov 12, 2024
1 parent c327e09 commit 9bf3257
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.3", default-features = false, features = ["derive"] }

# optional:
ockam_executor = { version = "0.89.0", path = "../ockam_executor", default-features = false, optional = true }
regex = { version = "1.10.6", default-features = false, optional = true }
regex = { version = "1.11.1", default-features = false, optional = true }
rustyline = { version = "14.0.0", optional = true }
rustyline-derive = { version = "0.10.0", optional = true }
sqlx = { version = "0.8.2", optional = true, default-features = false }
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 @@ -90,7 +90,7 @@ r3bl_rs_utils_core = "0.9"
r3bl_tui = "0.5"
r3bl_tuify = "0.1"
rand = "0.8"
regex = "1.10.6"
regex = "1.11.1"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.118"
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 @@ -84,7 +84,7 @@ pem-rfc7468 = { version = "0.7.0", features = ["std"] }
r3bl_rs_utils_core = "0.9.12"
r3bl_tui = "0.5.8"
rand = "0.8"
regex = "1.10.6"
regex = "1.11.1"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots", "blocking"] }
rustls = { version = "0.23.13", default-features = false }
rustls-native-certs = "0.8.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.26.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.6", default-features = false, optional = true }
regex = { version = "1.11.1", 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 @@ -98,7 +98,7 @@ ockam_macros = { path = "../ockam_macros", version = "^0.35.0" }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.97.0", default-features = false, optional = true }
once_cell = { version = "1.19.0", optional = true, default-features = false }
opentelemetry = { version = "0.26.0", features = ["logs", "metrics", "trace"], optional = true }
regex = { version = "1.10.6", default-features = false, optional = true }
regex = { version = "1.11.1", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1", optional = true }
sqlx = { version = "0.8.2", optional = true, default-features = false, features = ["postgres", "sqlite", "any", "migrate", "runtime-tokio", "derive"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/docs/example_test_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.70.0"
cfg-if = "1.0.0"
duct = "0.13"
libc = "0.2"
regex = "1.10"
regex = "1.11"
shellwords = "1.1"
tempfile = "3"
thiserror = "1.0"
Expand Down

0 comments on commit 9bf3257

Please sign in to comment.