Skip to content

Commit

Permalink
fix: regex version could be too old
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Sep 7, 2023
1 parent 80d5e27 commit 31661a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "Apache-2.0"

[workspace]
members = ["icelake"]

resolver = "2"

[workspace.dependencies]
anyhow = "1"
Expand Down Expand Up @@ -35,14 +35,13 @@ log = "0.4.0"
env_logger = "0.10.0"
csv = "1"
url = "2"
regex = "1"
regex = "1.9"
clap = { version = "4", features = ["derive"] }
ordered-float = "3.7.0"
confique = "0.2"
libtest-mimic = "0.6"
futures = { version = "0.3", features = ["executor"] }
testcontainers = { git = "https://github.com/liurenjie1024/testcontainers-rs.git", rev = "24fd08c05aa72ca7542198056c8c592a1899fd39" }
iceberg-rest-api = { path = "./rest_api" }
murmur3 = "0.5.2"
reqwest = { version = "0.11", features = ["json"] }
urlencoding = "2"

0 comments on commit 31661a4

Please sign in to comment.