From a5004578ac4bf3c2ae9221ff9bc41d41a9fb5049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:03:39 -0300 Subject: [PATCH] build(deps): bump thiserror from 1.0.61 to 1.0.64 in /native/candlex (#193) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.64) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- native/candlex/Cargo.lock | 8 ++++---- native/candlex/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/candlex/Cargo.lock b/native/candlex/Cargo.lock index b7715ad..33fb783 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -958,18 +958,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/native/candlex/Cargo.toml b/native/candlex/Cargo.toml index c79d118..2982ee2 100644 --- a/native/candlex/Cargo.toml +++ b/native/candlex/Cargo.toml @@ -15,7 +15,7 @@ half = "2.4.1" num-traits = "0.2.19" rustler = { version = "0.34.0", default-features = false, features = ["derive", "nif_version_2_16"] } statrs = "0.17.1" -thiserror = "1.0.61" +thiserror = "1.0.64" [build-dependencies] bindgen_cuda = { version = "0.1.5", optional = true }