Skip to content

Commit 8bab9b4

Browse files
chore(rust): Bump regex from 1.11.2 to 1.11.3 in /rust
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 to 1.11.3. - [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.2...1.11.3) --- updated-dependencies: - dependency-name: regex dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee3bd2e commit 8bab9b4

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)