From c176fd53639e3ac45a9c5a69718d7c4793b463ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:57:30 +0900 Subject: [PATCH] chore: bump the patch group in /src/rust with 2 updates (#1313) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/Cargo.lock | 12 ++++++------ src/rust/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index a096a3456..9e8c552ad 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -2835,9 +2835,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "indexmap", "itoa", @@ -3148,18 +3148,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 5f0b88352..75d6e9a2d 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -49,7 +49,7 @@ serde = { version = "1.0.217", features = ["derive"] } serde_json = "*" smartstring = "1.0.1" state = "0.6.0" -thiserror = "2.0.9" +thiserror = "2.0.11" polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "e83e7d47cda3475b84a7add7838d349779143cc7", default-features = false } polars-lazy = { git = "https://github.com/pola-rs/polars.git", rev = "e83e7d47cda3475b84a7add7838d349779143cc7", default-features = false } either = "1"