From f835d54f54a97526e0eb95fad81155d6612e4f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:45:51 +0000 Subject: [PATCH] chore: bump the patch group with 3 updates 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](https://github.com/rust-lang/log/compare/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](https://github.com/serde-rs/json/compare/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] --- Cargo.lock | 14 +++++++------- Cargo.toml | 4 ++-- prqlc/prqlc/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b93381b775d0..671a2ffb3796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2044,7 +2044,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.5", ] [[package]] @@ -2099,9 +2099,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" @@ -3541,9 +3541,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", @@ -3890,9 +3890,9 @@ dependencies = [ [[package]] name = "test_each_file" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f1a92330478de0709111391059475f7d960692519e2c54c823c662408bab365" +checksum = "f9576037ae2a919664866c736156fd646d1c0e4e217244b1da05f56204dd6c61" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index dd2943acfff1..5331eb57e929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"} diff --git a/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index 94c9dfc76264..431b20169e07 100644 --- a/prqlc/prqlc/Cargo.toml +++ b/prqlc/prqlc/Cargo.toml @@ -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