diff options
author | RenovateBot <renovatebot@noreply.localhost> | 2024-07-19 15:43:23 +0300 |
---|---|---|
committer | RenovateBot <renovatebot@noreply.localhost> | 2024-07-19 15:43:23 +0300 |
commit | 5c9a691495750ae5866903f088a95909df607c08 (patch) | |
tree | 718c1033de5e0644e4eb9897970663d15671756d /libnres | |
parent | bf8be5c045ea59703ff10b966b61a27515181d14 (diff) | |
download | fparkan-5c9a691495750ae5866903f088a95909df607c08.tar.xz fparkan-5c9a691495750ae5866903f088a95909df607c08.zip |
Update Rust crate miette to v7
Diffstat (limited to 'libnres')
-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" |