Skip to content

Commit

Permalink
chore: bump the patch group with 4 updates (#4390)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 6b0fbe5 commit 9ebef33
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 48 deletions.
87 changes: 44 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allow-branch = ["*"]
consolidate-commits = true

[workspace.dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
insta = {version = "1.38.0", features = ["colors", "glob", "yaml"]}
insta-cmd = "0.4.0"
itertools = "0.12.0"
Expand Down
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.58"
syn = "2.0.59"

[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 @@ -38,7 +38,7 @@ prqlc-parser = {path = "../prqlc-parser", version = "0.11.5" }

anstream = {version = "0.6.13", features = ["auto"]}
ariadne = "0.4.0"
chrono = "0.4.37"
chrono = "0.4.38"
csv = "1.3.0"
enum-as-inner = "0.6.0"
itertools = {workspace = true}
Expand All @@ -59,7 +59,7 @@ strum_macros = "0.26.2"

# unique dependencies from the CLI, marked as optional and included in the 'cli'
# feature
anyhow = {version = "1.0.81", features = ["backtrace"], optional = true}
anyhow = {version = "1.0.82", features = ["backtrace"], optional = true}
atty = {version = "0.2.14", optional = true}
clap = {version = "4.4.18", features = ["derive", "env", "wrap_help"], optional = true}
clap_complete_command = {version = "0.5.1", optional = true}
Expand Down Expand Up @@ -97,7 +97,7 @@ insta-cmd = {workspace = true}
rstest = "0.18.2"
similar = {version = "2.4.0"}
similar-asserts = "1.5.0"
test_each_file = "0.3.0"
test_each_file = "0.3.1"

[target.'cfg(not(target_family="wasm"))'.dev-dependencies]
criterion = {version = "0.5.1"}
Expand Down

0 comments on commit 9ebef33

Please sign in to comment.