Skip to content

Commit

Permalink
chore: bump the patch group with 4 updates (#4360)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 2d3b699 commit 3acd101
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
86 changes: 43 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prqlc/prql-compiler-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test = false

[dependencies]
prqlc = {path = "../prqlc", default-features = false, version = "0.11.5" }
syn = "2.0.53"
syn = "2.0.55"

[package.metadata.release]
tag-name = "{{version}}"
Expand Down
6 changes: 3 additions & 3 deletions prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ enum-as-inner = "0.6.0"
itertools = {workspace = true}
log = {workspace = true}
once_cell = "1.19.0"
regex = "1.10.3"
regex = "1.10.4"
semver = {version = "1.0.22", features = ["serde"]}
# We could put `serde` behind a feature if we wanted to reduce the size of prqlc.
serde = {workspace = true}
serde_json = "1.0.114"
serde_yaml = {version = "0.9.33"}
serde_yaml = {version = "0.9.34"}
sqlformat = "0.2.3"
sqlparser = {version = "0.44.0", features = ["serde"]}
strum = {version = "0.26.2", features = ["std", "derive"]}
Expand Down Expand Up @@ -80,7 +80,7 @@ minijinja = {version = "=0.31.0", features = ["unstable_machinery"], optional =

# For integration tests. These are gated by the `test-dbs` and `test-dbs-external` features,
# rather than dev-dependencies, because dev-dependencies can't be optional.
duckdb = {version = "0.10.0", optional = true, features = ["bundled", "chrono"]}
duckdb = {version = "0.10.1", optional = true, features = ["bundled", "chrono"]}
glob = {version = "0.3.1", optional = true}
mysql = {version = "24", optional = true}
pg_bigdecimal = {version = "0.1.0", optional = true}
Expand Down
4 changes: 2 additions & 2 deletions web/book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ anstream = {version = "0.6.13"}
globset = "0.4.14"
insta = {workspace = true}
log = {workspace = true}
regex = "1.10.3"
regex = "1.10.4"
serde_json = "1.0.114"
serde_yaml = "0.9.33"
serde_yaml = "0.9.34"
similar-asserts = "1.5.0"
walkdir = "2.5.0"

Expand Down

0 comments on commit 3acd101

Please sign in to comment.