Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Finck <colin@reactos.org>2021-06-29 21:57:13 +0300
committerColin Finck <colin@reactos.org>2021-06-29 22:36:13 +0300
commit9fa9dda7eede3ca5689e67ad6e7ca76398443603 (patch)
tree756bc4254257aead1e9f309f0de4e402a688a8ad /Cargo.toml
parent4aa6f36eec7e8d846d6f24048acf236fe30a0d35 (diff)
Upgrade dependencies and fix `displaydoc` error messages.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e58fd73..1cd36f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,9 +10,9 @@ edition = "2018"
binread = { version = "2.1.1", features = ["const_generics"], default-features = false }
bitflags = "1.2.1"
chrono = { version = "0.4.19", optional = true }
-displaydoc = { version = "0.1.7", default-features = false }
+displaydoc = { version = "0.2.1", default-features = false }
enumn = "0.1.3"
-memoffset = "0.6.1"
+memoffset = "0.6.4"
[features]
default = ["std"]