From 2c80fcccdcf044c498252b44e7fe3a2160895a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:56:37 +0000 Subject: [PATCH 1/4] Bump circular-buffer from 0.1.7 to 0.1.9 Bumps [circular-buffer](https://github.com/andreacorbellini/rust-circular-buffer) from 0.1.7 to 0.1.9. - [Release notes](https://github.com/andreacorbellini/rust-circular-buffer/releases) - [Changelog](https://github.com/andreacorbellini/rust-circular-buffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/andreacorbellini/rust-circular-buffer/compare/v0.1.7...v0.1.9) --- updated-dependencies: - dependency-name: circular-buffer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5e51e920..1e9655f63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1692,9 +1692,9 @@ dependencies = [ [[package]] name = "circular-buffer" -version = "0.1.7" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da987586004ae7c43b7df5e3f7693775068522e1086f8d9b2d74c778a0f43313" +checksum = "b67261db007b5f4cf8cba393c1a5c511a5cc072339ce16e12aeba1d7b9b77946" [[package]] name = "clap" diff --git a/Cargo.toml b/Cargo.toml index 2f1c9e956..0f9ca62ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ base64-bytes = "0.1" bincode = "1.3.3" bitvec = "1.0.1" blake3 = "1.5" -circular-buffer = "0.1.7" +circular-buffer = "0.1.9" clap = { version = "4.4", features = ["derive", "env", "string"] } cld = "0.5" derive_more = "0.99.17" From 44dcee46e205de7c77fe9aaadebdc05e5a11ecbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:57:41 +0000 Subject: [PATCH 2/4] Bump async-trait from 0.1.82 to 0.1.83 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5e51e920..6817e07f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,9 +917,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.82" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", From 76f270c94da1e3da735ceb34987b8dc7946fe96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:58:12 +0000 Subject: [PATCH 3/4] Bump async-once-cell from 0.5.3 to 0.5.4 Bumps [async-once-cell](https://github.com/danieldg/async-once-cell) from 0.5.3 to 0.5.4. - [Commits](https://github.com/danieldg/async-once-cell/commits/v0.5.4) --- updated-dependencies: - dependency-name: async-once-cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5e51e920..e5bc718a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -778,9 +778,9 @@ dependencies = [ [[package]] name = "async-once-cell" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb" +checksum = "4288f83726785267c6f2ef073a3d83dc3f9b81464e9f99898240cced85fce35a" [[package]] name = "async-process" From 7b4e8cab1ac29e39f645ca317f62d8b3d32c1682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:59:04 +0000 Subject: [PATCH 4/4] Bump thiserror from 1.0.63 to 1.0.64 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5e51e920..0d7937360 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9854,18 +9854,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2f1c9e956..da33a4f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ surf-disco = "0.9" sqlx = { version = "^0.8", features = ["postgres", "macros"] } tagged-base64 = "0.4" tide-disco = "0.9.3" -thiserror = "1.0.61" +thiserror = "1.0.64" tracing = "0.1" bytesize = "1.3" itertools = "0.12"