Skip to content

Commit b7d7022

Browse files
chore(deps): bump regex from 1.11.3 to 1.12.1 in /cli
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.3 to 1.12.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.3...1.12.1) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27199eb commit b7d7022

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cli/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dirs = "6.0.0"
1313
futures = "0.3"
1414
postgrest = "1.5.0"
1515
rand = "0.9.2"
16-
regex = "1.11"
16+
regex = "1.12"
1717
reqwest = { version = "0.12.9", features = ["json", "native-tls-vendored"] }
1818
rpassword = "7.4.0"
1919
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)