summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-09-14 00:08:53 +0200
committerGitHub <noreply@github.com>2023-09-14 00:08:53 +0200
commitf57eadd6ddf6916098303f9ae8f6168fe315909d (patch)
treedc5c7dfd491d0724a38f2c31fc3674e5e06d9e41
parent72bb2529221279fc7e41612c1f46e0d397b31ab6 (diff)
parent46db1f314cdc19aa3d3f30ccdbe38e9b8cdae2ec (diff)
Merge pull request #456 from mehcode/dependabot/cargo/toml-0.8
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 b13f6f1..3626737 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ serde = "1.0.8"
nom = "7"
async-trait = { version = "0.1.50", optional = true }
-toml = { version = "0.7", optional = true }
+toml = { version = "0.8", optional = true }
serde_json = { version = "1.0.2", optional = true }
yaml-rust = { version = "0.4", optional = true }
rust-ini = { version = "0.19", optional = true }