Skip to content

Commit

Permalink
chore: bump the patch group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 3 updates: [log](https://github.com/rust-lang/log), [serde_json](https://github.com/serde-rs/json) and [test_each_file](https://github.com/binary-banter/test-each-file).


Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

Updates `serde_json` from 1.0.117 to 1.0.120
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.120)

Updates `test_each_file` from 0.3.2 to 0.3.3
- [Commits](https://github.com/binary-banter/test-each-file/commits)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: test_each_file
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 6a80be8 commit f835d54
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.12.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 f835d54

Please sign in to comment.