aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2022-06-03 00:49:54 +0200
committerTeddy Wing2022-06-03 00:49:54 +0200
commitf2234472fd415f457fca24bc8760f38e54f4f97d (patch)
tree0d2b3b72802f511503e596903d632e4ac11960c2 /Cargo.toml
parentd7cd942c35e2561d807518dd988a200249a45501 (diff)
downloadreflectub-f2234472fd415f457fca24bc8760f38e54f4f97d.tar.bz2
Cargo.toml: Update 'thiserror' to v1.0.31
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0336ca4..98309b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,5 +16,5 @@ r2d2_sqlite = "0.18.0"
rayon = "1.5.1"
rusqlite = "0.25.3"
serde = { version = "1.0.126", features = ["derive"] }
-thiserror = "1.0.25"
+thiserror = "1.0.31"
ureq = { version = "2.1.1", features = ["json"] }