Skip to content

Commit

Permalink
chore: bump the patch group with 3 updates (#4687)
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>
Co-authored-by: Maximilian Roos <[email protected]>
  • Loading branch information
dependabot[bot] and max-sixty committed Jul 1, 2024
1 parent 2d0db5e commit 3f12c91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ enum-as-inner = "0.6.0"
insta = {version = "1.39.0", features = ["colors", "glob", "yaml"]}
insta-cmd = "0.6.0"
itertools = "0.13.0"
log = "0.4.21"
log = "0.4.22"
semver = {version = "1.0.23", features = ["serde"]}
serde = {version = "1.0.203", features = ["derive"]}
serde_json = "1.0.117"
serde_json = "1.0.120"
serde_yaml = {version = "0.9.34"}
2 changes: 1 addition & 1 deletion prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ rstest = "0.21.0"
similar = {version = "2.5.0"}
similar-asserts = "1.5.0"
tempfile = {version = "3.10.0"}
test_each_file = "0.3.2"
test_each_file = "0.3.3"

# We use `benches/bench.rs` for the benchmark harness so disable searching for
# benchmarks in bin & lib here to simplify using criterion
Expand Down

0 comments on commit 3f12c91

Please sign in to comment.