Skip to content

Commit a6bc5e7

Browse files
chore(rust): Bump regex from 1.11.2 to 1.11.3 in /rust (#3503)
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 to 1.11.3. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d146d07 commit a6bc5e7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

rust/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.

rust/driver/snowflake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ adbc_driver_manager.workspace = true
4848
arrow-array.workspace = true
4949
arrow-schema.workspace = true
5050
dotenvy = { version = "0.15.7", default-features = false, optional = true }
51-
regex = { version = "1.11.2", default-features = false, optional = true }
51+
regex = { version = "1.11.3", default-features = false, optional = true }
5252
url = "2.5.7"
5353

5454
[dev-dependencies]

0 commit comments

Comments
 (0)