summaryrefslogtreecommitdiffstats
path: root/vendor/toml/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/toml/Cargo.toml')
-rw-r--r--vendor/toml/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/toml/Cargo.toml b/vendor/toml/Cargo.toml
index 4201e09f2..02f89eb0a 100644
--- a/vendor/toml/Cargo.toml
+++ b/vendor/toml/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.64.0"
name = "toml"
-version = "0.7.5"
+version = "0.7.6"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
include = [
"build.rs",
@@ -132,7 +132,7 @@ version = "0.6.3"
features = ["serde"]
[dependencies.toml_edit]
-version = "0.19.11"
+version = "0.19.12"
features = ["serde"]
optional = true