From dbe9895cfcbcafdcf148df44f00c9fc9e298d431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:02:08 +0000 Subject: [PATCH 1/4] Bump zip from 1.3.1 to 2.1.0 Bumps [zip](https://github.com/zip-rs/zip2) from 1.3.1 to 2.1.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v1.3.1...v2.1.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f462aeb2e1..ce3cb50826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1967,7 +1967,7 @@ dependencies = [ "tracing-subscriber", "ureq", "walkdir", - "zip 1.3.1", + "zip 2.1.0", ] [[package]] @@ -5783,9 +5783,9 @@ dependencies = [ [[package]] name = "zip" -version = "1.3.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b7a5a9285bd4ee13bdeb3f8a4917eb46557e53f270c783849db8bef37b0ad00" +checksum = "e2568cd0f20e86cd9a7349fe05178f7bd22f22724678448ae5a9bac266df2689" dependencies = [ "aes", "arbitrary", @@ -5799,6 +5799,7 @@ dependencies = [ "hmac", "indexmap 2.2.6", "lzma-rs", + "memchr", "pbkdf2", "rand", "sha1", diff --git a/Cargo.toml b/Cargo.toml index 94d12a59a9..d5cc0ae1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -177,7 +177,7 @@ version = "0.3.18" features = [ "fmt" ] [dependencies.zip] -version = "^1.3" +version = "^2.1" [dependencies.crossterm] version = "0.27.0" From 5d8494195b5b123bc0e6cbb5157f44dbbf12d746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:02:23 +0000 Subject: [PATCH 2/4] Bump serde from 1.0.202 to 1.0.203 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.202...v1.0.203) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- compiler/compiler/Cargo.toml | 2 +- compiler/span/Cargo.toml | 2 +- errors/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f462aeb2e1..844c0068d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3313,18 +3313,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote 1.0.36", diff --git a/compiler/compiler/Cargo.toml b/compiler/compiler/Cargo.toml index 654770fbbc..5ca8822ca4 100644 --- a/compiler/compiler/Cargo.toml +++ b/compiler/compiler/Cargo.toml @@ -75,7 +75,7 @@ workspace = true version = "1.10.4" [dev-dependencies.serde] -version = "1.0.202" +version = "1.0.203" features = [ "derive" ] [dev-dependencies.serde_yaml] diff --git a/compiler/span/Cargo.toml b/compiler/span/Cargo.toml index f4d6768403..cff7b884e1 100644 --- a/compiler/span/Cargo.toml +++ b/compiler/span/Cargo.toml @@ -29,5 +29,5 @@ version = "0.2.1" version = "1.0.1" [dependencies.serde] -version = "1.0.202" +version = "1.0.203" features = [ "derive", "rc" ] diff --git a/errors/Cargo.toml b/errors/Cargo.toml index ef6d70f1b4..3d732e204b 100644 --- a/errors/Cargo.toml +++ b/errors/Cargo.toml @@ -41,7 +41,7 @@ version = "2.2.0" version = "0.12.4" [dependencies.serde] -version = "1.0.202" +version = "1.0.203" features = [ "derive", "rc" ] [dependencies.thiserror] From cfb3f3c0c7d5cb4281f318e5de306b67c31ff2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 10:18:46 +0000 Subject: [PATCH 3/4] Bump backtrace from 0.3.71 to 0.3.72 Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.71 to 0.3.72. - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.71...0.3.72) --- updated-dependencies: - dependency-name: backtrace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- errors/Cargo.toml | 2 +- tests/test-framework/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 763c0e4445..9c4be5f708 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,9 +23,9 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" dependencies = [ "gimli", ] @@ -352,9 +352,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" dependencies = [ "addr2line", "cc", @@ -1359,9 +1359,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "glob" @@ -2454,9 +2454,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "object" -version = "0.32.2" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" +checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index d5cc0ae1d6..cf75008985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ version = "0.1.24" default-features = false [dependencies.backtrace] -version = "0.3.68" +version = "0.3.72" [dependencies.clap] version = "4.5" diff --git a/errors/Cargo.toml b/errors/Cargo.toml index 3d732e204b..930718a666 100644 --- a/errors/Cargo.toml +++ b/errors/Cargo.toml @@ -26,7 +26,7 @@ version = "=1.12.0" version = "1.0" [dependencies.backtrace] -version = "0.3.68" +version = "0.3.72" [dependencies.colored] version = "2.0.4" diff --git a/tests/test-framework/Cargo.toml b/tests/test-framework/Cargo.toml index 87775b3fcb..182fd83d2e 100644 --- a/tests/test-framework/Cargo.toml +++ b/tests/test-framework/Cargo.toml @@ -27,7 +27,7 @@ path = "../../errors" version = "=1.12.0" [dependencies.backtrace] -version = "0.3.68" +version = "0.3.72" [dependencies.indexmap] version = "1.9" From bbacf3775cefe6db413388ece663a2d4fccddd2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 10:19:04 +0000 Subject: [PATCH 4/4] Bump zip from 2.1.0 to 2.1.1 Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 763c0e4445..7dfb4c007e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1967,7 +1967,7 @@ dependencies = [ "tracing-subscriber", "ureq", "walkdir", - "zip 2.1.0", + "zip 2.1.1", ] [[package]] @@ -5783,9 +5783,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2568cd0f20e86cd9a7349fe05178f7bd22f22724678448ae5a9bac266df2689" +checksum = "1dd56a4d5921bc2f99947ac5b3abe5f510b1be7376fdc5e9fce4a23c6a93e87c" dependencies = [ "aes", "arbitrary",