Skip to content

Commit

Permalink
Bump regex from 1.10.2 to 1.10.3 (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 0c88e2a commit 7f48394
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 northstar-nstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ northstar-client = { version = "^0.9.2-pre", path = "../northstar-client" }
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["seccomp"] }
pin-project-lite = "0.2.9"
prettytable-rs = "0.10.0"
regex = "1.10.2"
regex = "1.10.3"
serde_json = "1.0.108"
serde_yaml = "0.9.25"
tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] }
Expand Down
2 changes: 1 addition & 1 deletion northstar-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nix = { version = "0.27.1", features = ["sched"], default-features = false }
northstar-client = { path = "../northstar-client" }
northstar-runtime = { path = "../northstar-runtime", features = ["api", "runtime"] }
northstar-tests-derive = { path = "northstar-tests-derive" }
regex = "1.10.2"
regex = "1.10.3"
tempfile = "3.8.1"
tokio = { version = "1.32.0", features = ["fs", "time"] }
url = "2.5.0"
Expand Down

0 comments on commit 7f48394

Please sign in to comment.