Skip to content

Commit ef4bdea

Browse files
Bump regex from 1.10.4 to 1.11.1 in /cli
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 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.10.4...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e59550 commit ef4bdea

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

cli/Cargo.lock

Lines changed: 6 additions & 6 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
@@ -12,7 +12,7 @@ clap = { version = "4.1.6", features = ["derive"] }
1212
dirs = "5.0.1"
1313
futures = "0.3"
1414
postgrest = "1.5.0"
15-
regex = "1.9"
15+
regex = "1.11"
1616
reqwest = { version = "0.11.14", features = ["json", "native-tls-vendored"] }
1717
rpassword = "7.2.0"
1818
serde = { version = "1.0.156", features = ["derive"] }

0 commit comments

Comments
 (0)