From d7b31d67d37188395c5d63eb6a0490d30afd5f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D1=85=D0=B0=D1=80=D0=BE=D0=B2=20=D0=90=D0=BD?= =?UTF-8?q?=D0=B4=D1=80=D0=B5=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0?= =?UTF-8?q?=D0=BD=D0=B4=D1=80=D0=BE=D0=B2=D0=B8=D1=87?= Date: Sat, 11 Jan 2025 16:53:28 +0300 Subject: [PATCH] bump a thiserror version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c77dc1b..c71a25b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple_asn1" -version = "0.6.2" +version = "0.6.3" authors = ["Adam Wick "] description = "A simple DER/ASN.1 encoding/decoding library." categories = ["encoding"] @@ -12,7 +12,7 @@ edition = "2018" [dependencies] num-bigint = { default-features = false, version = "0.4" } num-traits = { default-features = false, version = "0.2" } -thiserror = { default-features = false, version = "1" } +thiserror = { default-features = false, version = "2" } time = { default-features = false, version = "0.3", features = ["formatting", "macros", "parsing"] } [dev-dependencies] -- 2.53.0