From f199495bea419ef87468034cfb13058ca3f71736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:10:03 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.61 to 1.0.62 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62) --- 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 +- lib/buffers/Cargo.toml | 2 +- lib/framework/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 709eddb9f..b18059b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3673,18 +3673,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 324944196..cdc6a6e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -412,7 +412,7 @@ rskafka = { git = "https://github.com/f1shl3gs/rskafka", rev = "d48e59787305614f smallvec = { version = "1.13.2", default-features = false, optional = true } snap = { version = "1.1.1", default-features = false, optional = true } sqlx = { version = "0.7.4", default-features = false, optional = true, features = ["mysql", "runtime-tokio-rustls", "macros"] } -thiserror = { version = "1.0.61" } +thiserror = { version = "1.0.62" } tonic = { version = "0.11.0", default-features = false, features = ["transport"], optional = true } tonic-health = { version = "0.11.0", default-features = false, optional = true } typetag = { version = "0.2.16" } diff --git a/lib/buffers/Cargo.toml b/lib/buffers/Cargo.toml index e50982db8..cf0791b7f 100644 --- a/lib/buffers/Cargo.toml +++ b/lib/buffers/Cargo.toml @@ -26,7 +26,7 @@ parking_lot = { version = "0.12.3", default-features = false } prost = { version = "0.12.6", default-features = false } serde = { version = "1.0.204", default-features = false, features = ["derive"] } bytesize = { path = "../bytesize" } -thiserror = { version = "1.0.61" } +thiserror = { version = "1.0.62" } tokio = { version = "1.38.0", default-features = false, features = ["rt", "macros", "rt-multi-thread", "time", "fs", "io-util"] } tokio-util = { version = "0.7.11", default-features = false } tracing = { version = "0.1.40", default-features = false, features = ["attributes"] } diff --git a/lib/framework/Cargo.toml b/lib/framework/Cargo.toml index 4cbc2945d..88cdb5a4b 100644 --- a/lib/framework/Cargo.toml +++ b/lib/framework/Cargo.toml @@ -71,7 +71,7 @@ serde_json = { version = "1.0.120", default-features = false } serde_yaml = { version = "0.9.34", default-features = false } snap = { version = "1.1.1", default-features = false } socket2 = { version = "0.5.7", default-features = false } -thiserror = { version = "1.0.61" } +thiserror = { version = "1.0.62" } tokio = { version = "1.38.0", default-features = false, features = ["time", "net", "signal", "fs", "rt-multi-thread"] } tokio-rustls = { version = "0.24.1", default-features = false } tokio-stream = { version = "0.1.15", default-features = false, features = ["net", "sync"] }