From aaa42591c6acf22c1474a75d08245f50df2bb00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:17:04 +0000 Subject: [PATCH] chore(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [tabwriter](https://github.com/BurntSushi/tabwriter) and [tempfile](https://github.com/Stebalien/tempfile). Updates `tabwriter` from 1.4.0 to 1.4.1 - [Commits](https://github.com/BurntSushi/tabwriter/compare/1.4.0...1.4.1) Updates `tempfile` from 3.14.0 to 3.15.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.15.0) --- updated-dependencies: - dependency-name: tabwriter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++------ Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0598930..a870acd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -692,21 +692,22 @@ dependencies = [ [[package]] name = "tabwriter" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a327282c4f64f6dc37e3bba4c2b6842cc3a992f204fa58d917696a89f691e5f6" +checksum = "fce91f2f0ec87dff7e6bcbbeb267439aa1188703003c6055193c821487400432" dependencies = [ "unicode-width", ] [[package]] name = "tempfile" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand", + "getrandom", "once_cell", "rustix", "windows-sys 0.59.0", @@ -779,9 +780,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "utf8parse" diff --git a/Cargo.toml b/Cargo.toml index 834e2e2..67a8216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,10 +25,10 @@ directories = "^5.0.1" serde_json = "^1.0.134" serde = {version = "^1.0.217", features = ["derive"]} chrono = "^0.4.39" -tabwriter = "^1.4.0" +tabwriter = "^1.4.1" [dev-dependencies] -tempfile = "^3.14.0" +tempfile = "^3.15.0" [profile.release] lto = true