From bd9da3b4b80d91c52db948d23f71c18b4b5f080c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 14:02:02 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.58 to 1.0.60 in /native/candlex Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.60. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.60) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 dff8c51..cd068d3 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -867,18 +867,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/native/candlex/Cargo.toml b/native/candlex/Cargo.toml index c367465..45a881d 100644 --- a/native/candlex/Cargo.toml +++ b/native/candlex/Cargo.toml @@ -15,7 +15,7 @@ half = "2.4.1" num-traits = "0.2.18" rustler = { version = "0.32.1", default-features = false, features = ["derive", "nif_version_2_16"] } statrs = "0.16.0" -thiserror = "1.0.58" +thiserror = "1.0.60" [build-dependencies] bindgen_cuda = { version = "0.1.5", optional = true }