diff --git a/Cargo.lock b/Cargo.lock index 7e36dad..1b1a11f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4373,18 +4373,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" [[package]] name = "thiserror" -version = "1.0.33" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57" +checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.33" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09" +checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" dependencies = [ "proc-macro2", "quote", diff --git a/core/Cargo.toml b/core/Cargo.toml index 0a7e232..e919bbd 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -13,7 +13,7 @@ scopeguard = "1.1.0" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" smallvec = "1.9.0" -thiserror = "1.0.33" +thiserror = "1.0.34" tokenizers = "0.11.3" tsar-rs = { git = "https://github.com/brian14708/tsar", version = "0.1.0" } nalgebra = "0.31.1"