From 66e4bb2f85c7701b4cb384657e1f915033af2c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:04:35 +0000 Subject: [PATCH] Bump the cargo group across 1 directory with 3 updates Bumps the cargo group with 3 updates in the / directory: [borsh](https://github.com/near/borsh-rs), [tokio](https://github.com/tokio-rs/tokio) and [openssl](https://github.com/rust-openssl/rust-openssl). Updates `borsh` from 0.9.3 to 1.5.7 - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/near/borsh-rs/compare/v0.9.3...borsh-v1.5.7) Updates `tokio` from 1.43.0 to 1.43.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) Updates `openssl` from 0.10.68 to 0.10.69 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.69) --- updated-dependencies: - dependency-name: borsh dependency-version: 1.5.7 dependency-type: direct:production dependency-group: cargo - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production dependency-group: cargo - dependency-name: openssl dependency-version: 0.10.69 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e58894a..658c8c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,7 +564,7 @@ dependencies = [ "backoff", "base64 0.13.1", "bincode", - "borsh 0.9.3", + "borsh 1.5.7", "borsh-derive 0.9.3", "bs58 0.4.0", "bytes", @@ -970,7 +970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1145d32e826a7748b69ee8fc62d3e6355ff7f1051df53141e7048162fc90481b" dependencies = [ "data-encoding", - "syn 2.0.96", + "syn 1.0.109", ] [[package]] @@ -2365,9 +2365,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e" dependencies = [ "bitflags 2.8.0", "cfg-if", @@ -5266,9 +5266,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fa57324..a80ea8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = "1.0.144" serde_derive = "1.0.103" #serde_json = "1.0.83" serde_json = { version = "1.0.83", features = ["float_roundtrip"] } -borsh = "0.9.1" +borsh = "1.5.7" borsh-derive = "0.9.1" bs58 = "0.4.0" base64 = "0.13.0" @@ -67,7 +67,7 @@ chrono = "0.4.39" [dependencies.tokio] features = ["rt-multi-thread", "macros", "io-util"] -version = "1.11.0" +version = "1.43.1" [dependencies.rdkafka] features = ["gssapi", "ssl", "sasl", "tokio"]