Skip to content

Commit

Permalink
chore: bump the patch group with 4 updates (#4407)
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] authored Apr 22, 2024
1 parent 66c4c4b commit 21c7495
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 55 deletions.
95 changes: 47 additions & 48 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 @@ -50,4 +50,4 @@ insta = {version = "1.38.0", features = ["colors", "glob", "yaml"]}
insta-cmd = "0.4.0"
itertools = "0.12.0"
log = "0.4.21"
serde = {version = "1.0.197", features = ["derive"]}
serde = {version = "1.0.198", features = ["derive"]}
2 changes: 1 addition & 1 deletion prqlc/bindings/prqlc-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ doc = false
[dependencies]
libc = "0.2.153"
prqlc = {path = "../../prqlc", default-features = false}
serde_json = "1.0.115"
serde_json = "1.0.116"

[package.metadata.release]
tag-name = "{{version}}"
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.59"
syn = "2.0.60"

[package.metadata.release]
tag-name = "{{version}}"
Expand Down
2 changes: 1 addition & 1 deletion prqlc/prqlc-ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ strum = {version = "0.26.2", features = ["std", "derive"]}

[dev-dependencies]
insta = {workspace = true}
serde_json = "1.0.115"
serde_json = "1.0.116"
Loading

0 comments on commit 21c7495

Please sign in to comment.