Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 703f3d2 commit 4f0f62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deltalake = { version = "0.17", default-features = false, features = ["datafusio
futures = "0.3"
glob = "0.3"
object_store = { version = "0.9", features = ["aws", "gcp"] }
regex = "1.10"
regex = "1.10.4"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
url = "2.5"

Expand Down

0 comments on commit 4f0f62f

Please sign in to comment.