diff options
Diffstat (limited to 'libnres/Cargo.toml')
-rw-r--r-- | libnres/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnres/Cargo.toml b/libnres/Cargo.toml index 85597bd..650cc63 100644 --- a/libnres/Cargo.toml +++ b/libnres/Cargo.toml @@ -12,5 +12,5 @@ keywords = ["gamedev", "library", "nres"] [dependencies] byteorder = "1.4" log = "0.4" -miette = "5.6" +miette = "7.0" thiserror = "1.0" |