From 8d2eb61d082a6bf1de0798779ae68d1c51d07363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:49:34 +0000 Subject: [PATCH] Update all non-major dependencies to 1.7.0 --- Cargo.lock | 30 +++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c593cc..e9b8973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3587,9 +3587,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scylla" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f9ff6ccde6555beec62c794bbc8dcae08a15f2397e057a5978c199174be920" +checksum = "4febc4a3c0b2b6a6ab0b25670a28015a7b87f6998b01ad324be19bb583237ad9" dependencies = [ "arc-swap", "async-trait", @@ -3603,6 +3603,7 @@ dependencies = [ "rand 0.9.4", "rand_pcg", "scylla-cql", + "scylla-cql-core", "smallvec", "socket2 0.5.10", "thiserror 2.0.18", @@ -3614,16 +3615,16 @@ dependencies = [ [[package]] name = "scylla-cql" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1687853d084bd9debb38f326298aeb7ae9c9a336d6f22684f3579db785051efd" +checksum = "7898c851387b20e0996b33d6d98426c432cc0b45ed9af3cb4bd8b4d540ad7ade" dependencies = [ "byteorder", "bytes", "chrono", "itertools", "lz4_flex", - "scylla-macros", + "scylla-cql-core", "snap", "stable_deref_trait", "thiserror 2.0.18", @@ -3632,11 +3633,26 @@ dependencies = [ "yoke", ] +[[package]] +name = "scylla-cql-core" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e609d59933b27489fb329e0e290469f0a027fd75a598f8d219b1479ed6213d0" +dependencies = [ + "byteorder", + "bytes", + "chrono", + "itertools", + "scylla-macros", + "thiserror 2.0.18", + "uuid", +] + [[package]] name = "scylla-macros" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "619e45d49f95b355afa56840d9021c789eddf8c3a6bef8d4b82de0912097d578" +checksum = "275a0290cc00fc50a46b302ad09490ccce2eff1203d648addab1bd8ae833b96e" dependencies = [ "darling 0.20.11", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 4fbae25..6b1c6a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ regex = "1.5" rune = "0.14.2" rust_decimal = "1.36" rust-embed = "8" -scylla = { version = "1.6", features = ["openssl-010", "chrono-04"], optional = true } +scylla = { version = "1.7.0", features = ["openssl-010", "chrono-04"], optional = true } # Needed because Rust Driver doesn't reexport VectorIterator. After it starts reexporting it, # this dependency can be removed. scylla-cql = { version = "1.6", optional = true }