Skip to content

Commit 75d6178

Browse files
chore: bump the patch group across 1 directory with 4 updates (#5685)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ffe290 commit 75d6178

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allow-branch = ["*"]
4444
consolidate-commits = true
4545

4646
[workspace.dependencies]
47-
anyhow = "1.0.100"
47+
anyhow = "1.0.101"
4848
arrow = { version = "53", features = [
4949
"pyarrow",
5050
"prettyprint",

prqlc/bindings/prqlc-c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ doctest = false
2323
test = false
2424

2525
[dependencies]
26-
libc = "0.2.180"
26+
libc = "0.2.181"
2727
prqlc = {path = "../../prqlc", default-features = false}
2828
serde_json = {workspace = true}
2929

prqlc/prqlc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ csv = "1.4.0"
6363
enum-as-inner = { workspace = true }
6464
itertools = { workspace = true }
6565
log = { workspace = true }
66-
regex = "1.12.2"
66+
regex = "1.12.3"
6767
schemars = { workspace = true }
6868
semver = { 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 }
9292
clap = { 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

web/book/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ anstream = { version = "0.6.21" }
3535
globset = "0.4.18"
3636
insta = { workspace = true }
3737
log = { workspace = true }
38-
regex = "1.12.2"
38+
regex = "1.12.3"
3939
serde_json = { workspace = true }
4040
serde_yaml = { workspace = true }
4141
similar-asserts = { workspace = true }

0 commit comments

Comments
 (0)