summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-24 09:51:06 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-24 09:51:06 +0200
commitdf6e7f072fbc97da04491540fa6e3c04eb84f0c2 (patch)
treefde734dd6d7e078d9ffab5d50dc1a46e5edc627b /Cargo.toml
parentcf0972efd19976a9aa8e79fb7863d0440515bbd0 (diff)
downloadobnam2-df6e7f072fbc97da04491540fa6e3c04eb84f0c2.tar.gz
chore: bump thisfile dependency
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 c7bbe63..3985455 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ serde_json = "1"
serde_yaml = "0.8"
sha2 = "0.9"
structopt = "0.3"
-tempfile = "3.1"
+tempfile = "3"
thiserror = "1"
tokio = { version = "0.2", features = ["macros"] }
users = "0.11"