summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-02-19 11:56:52 +0100
committerfxqnlr <[email protected]>2023-02-19 11:56:52 +0100
commitca438e8956f8ce179551d659e3b82d679759707e (patch)
tree9d69cac9b58afcc24a822bd48b1afe9e8f32c6ca /Cargo.toml
parent9c984cef9a2d0fb223635617934959480e8ca2df (diff)
downloadmodlist-ca438e8956f8ce179551d659e3b82d679759707e.tar
modlist-ca438e8956f8ce179551d659e3b82d679759707e.tar.gz
modlist-ca438e8956f8ce179551d659e3b82d679759707e.zip
Dependency updates
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 c86633a..7633ea3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,6 @@ serde_json = "1.0.87"
13rusqlite = { version = "0.28.0", features = ["bundled"] } 13rusqlite = { version = "0.28.0", features = ["bundled"] }
14futures-util = "0.3.14" 14futures-util = "0.3.14"
15chrono = "0.4.22" 15chrono = "0.4.22"
16toml = "0.5.10" 16toml = "0.7.2"
17error-chain = "0.12.4" 17error-chain = "0.12.4"
18dirs = "4.0.0" 18dirs = "4.0.0"