@@ -63,7 +63,7 @@ csv = "1.4.0"
6363enum-as-inner = { workspace = true }
6464itertools = { workspace = true }
6565log = { workspace = true }
66- regex = " 1.12.2 "
66+ regex = " 1.12.3 "
6767schemars = { workspace = true }
6868semver = { workspace = true }
6969# serde is required for the `from_text` feature of PRQL, so we can't really put
@@ -88,7 +88,7 @@ vergen-gitcl = { version = "1.0.0", features = ["build"] }
8888
8989# unique dependencies from the CLI, marked as optional and included in the 'cli'
9090# feature
91- anyhow = { version = " 1.0.100 " , features = [" backtrace" ], optional = true }
91+ anyhow = { version = " 1.0.101 " , features = [" backtrace" ], optional = true }
9292clap = { version = " 4.5.53" , features = [
9393 " derive" ,
9494 " env" ,
@@ -145,7 +145,7 @@ test_each_file = "0.3.6"
145145
146146# criterion 0.8 depends on `alloca` which doesn't support WASM targets
147147[target .'cfg(not(target_family = "wasm"))' .dev-dependencies ]
148- criterion = { version = " 0.8.1 " , default-features = false }
148+ criterion = { version = " 0.8.2 " , default-features = false }
149149
150150# We use `benches/bench.rs` for the benchmark harness so disable searching for
151151# benchmarks in bin & lib here to simplify using criterion
0 commit comments