summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Boggs <scott@tams.tech>2024-04-04 11:44:44 -0400
committerGitHub <noreply@github.com>2024-04-04 11:44:44 -0400
commita5830dba7091e9c632369c33aaeef601d516b8bd (patch)
tree6abde84a43d5424b934a987a4195524a9bdaad56
parent3b0d07eec26d7516ec4ef0e91b667c5f990ce1bb (diff)
parentba571e1a5a445025f16e10c634e268c424652df8 (diff)
Merge pull request #132 from dscottboggs/cargo/toml-0.8HEADmain
Update toml requirement from 0.7 to 0.8
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf48420..d3ce5b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ version = "1"
features = ["derive"]
[dependencies.toml]
-version = "0.7"
+version = "0.8"
optional = true
[dependencies.tokio]