aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7bff799..fbd3868 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -518,18 +518,18 @@ dependencies = [
518 518
519[[package]] 519[[package]]
520name = "thiserror" 520name = "thiserror"
521version = "1.0.56" 521version = "1.0.59"
522source = "registry+https://github.com/rust-lang/crates.io-index" 522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" 523checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
524dependencies = [ 524dependencies = [
525 "thiserror-impl", 525 "thiserror-impl",
526] 526]
527 527
528[[package]] 528[[package]]
529name = "thiserror-impl" 529name = "thiserror-impl"
530version = "1.0.56" 530version = "1.0.59"
531source = "registry+https://github.com/rust-lang/crates.io-index" 531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" 532checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
533dependencies = [ 533dependencies = [
534 "proc-macro2", 534 "proc-macro2",
535 "quote", 535 "quote",
diff --git a/Cargo.toml b/Cargo.toml
index fd9543b..7737bc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ log = "0.4.21"
16nom = "7.1.3" 16nom = "7.1.3"
17nom_locate = "4.2.0" 17nom_locate = "4.2.0"
18slotmap = "1.0.7" 18slotmap = "1.0.7"
19thiserror = "1" 19thiserror = "1.0.59"
20 20
21[profile.release] 21[profile.release]
22strip = true 22strip = true