From ab9dbdc90331b70d43088fb855190a922219dae0 Mon Sep 17 00:00:00 2001 From: Nikolai Karpov Date: Mon, 23 Sep 2024 15:00:35 -0400 Subject: [PATCH] update dependency --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cefb8e..bf1c824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1442,12 +1442,14 @@ dependencies = [ [[package]] name = "smartstring" -version = "0.2.10" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e714dff2b33f2321fdcd475b71cec79781a692d846f37f415fb395a1d2bcd48e" +checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" dependencies = [ + "autocfg", "serde", "static_assertions", + "version_check", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c9662e3..505133f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ rayon = "1.4.0" rust-htslib = {version = "0.38"} rust-lapper = "1.0" serde = { version = "1.0.116", features = ["derive"] } -smartstring = { version = "0.2.4", features = ["serde"] } +smartstring = { version = "1.0.1", features = ["serde"] } structopt = "0.3.18" termcolor = "1.1.0"