From 52331fb085a8a3bbe9d5066b92693f9fcc3e48c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:07:01 +0000 Subject: [PATCH] Bump bytes from 1.7.2 to 1.11.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.2 to 1.11.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.7.2...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 82 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 68 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd54b6b..9d74ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ahash" @@ -388,6 +388,19 @@ dependencies = [ "num-traits", ] +[[package]] +name = "bigdecimal" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" +dependencies = [ + "autocfg", + "libm", + "num-bigint", + "num-integer", + "num-traits", +] + [[package]] name = "bincode" version = "1.3.3" @@ -620,9 +633,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.2" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" @@ -1007,6 +1020,12 @@ version = "0.2.159" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +[[package]] +name = "libm" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" + [[package]] name = "libsecp256k1" version = "0.6.0" @@ -1134,7 +1153,7 @@ dependencies = [ "prost-types", "regex", "sologger_log_context", - "substreams", + "substreams 0.7.6", "substreams-database-change", "substreams-entity-change", "substreams-solana", @@ -1860,7 +1879,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bb63116b90d4c174114fb237a8916dd995c939874f7576333990a44d78b642a" dependencies = [ "anyhow", - "bigdecimal", + "bigdecimal 0.3.1", "hex", "hex-literal", "num-bigint", @@ -1872,19 +1891,42 @@ dependencies = [ "prost", "prost-build", "prost-types", - "substreams-macro", + "substreams-macro 0.6.0", + "thiserror", +] + +[[package]] +name = "substreams" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da9743dec732b3f4c2fdc1e727b9ca39d0547a0f2bd85d35644232a58d578aa9" +dependencies = [ + "anyhow", + "bigdecimal 0.4.10", + "hex", + "hex-literal", + "num-bigint", + "num-integer", + "num-traits", + "pad", + "pest", + "pest_derive", + "prost", + "prost-build", + "prost-types", + "substreams-macro 0.7.6", "thiserror", ] [[package]] name = "substreams-database-change" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06fe88d25f4c3d56fc2a92583708dc34822ea99fb3f96609f9d684f717974b27" +checksum = "19d3b7d3a19152bde02a29e864a8fc07865bec304356a757c1006a61904a42a5" dependencies = [ "prost", "prost-types", - "substreams", + "substreams 0.7.6", ] [[package]] @@ -1896,7 +1938,7 @@ dependencies = [ "base64 0.13.1", "prost", "prost-types", - "substreams", + "substreams 0.6.0", ] [[package]] @@ -1911,6 +1953,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "substreams-macro" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c614514dd7aa3ecb5ba9152ada3ee93cce853a915408f0ff536fb3eecfa50ea" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", + "thiserror", +] + [[package]] name = "substreams-solana" version = "0.14.1" @@ -1919,7 +1973,7 @@ checksum = "9bc14193c089465f3318be2215a90803e0bf2f16477557142648dbbe451ad6bc" dependencies = [ "anyhow", "num_enum", - "substreams", + "substreams 0.6.0", "substreams-solana-core", "substreams-solana-macro", ] @@ -1947,13 +2001,13 @@ dependencies = [ [[package]] name = "substreams-solana-program-instructions" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c565ef42584f4468df9b5146fb460ef46ec3d777642451ccff83c5032b390e" +checksum = "4d22b01f186a12baeab6e12ffe5fd834733f236a1d34ad68b7420047a0f7d0a7" dependencies = [ "anyhow", "num_enum", - "substreams", + "substreams 0.7.6", ] [[package]]