summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-14 20:07:10 +0000
committerGitHub <noreply@github.com>2024-03-14 20:07:10 +0000
commit82861ee24bb8618f77080fa4e07d3390aea4834e (patch)
tree88644d0e01640995d5b248ce51645fb33b2ef2b3
parentff8c3e91b4da0262f68bdcad42168fe579218486 (diff)
chore: Bump toml from 0.7.8 to 0.8.6 (#153)
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.6. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.6) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock39
-rw-r--r--Cargo.toml2
2 files changed, 33 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ef331b8..f6a5c74 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -588,7 +588,7 @@ dependencies = [
"serde",
"shellexpand",
"tinytemplate",
- "toml",
+ "toml 0.8.6",
"unicode-width",
]
@@ -1231,9 +1231,9 @@ dependencies = [
[[package]]
name = "serde_spanned"
-version = "0.6.3"
+version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
+checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
dependencies = [
"serde",
]
@@ -1376,7 +1376,7 @@ dependencies = [
"cfg-expr",
"heck",
"pkg-config",
- "toml",
+ "toml 0.7.8",
"version-compare",
]
@@ -1435,14 +1435,26 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
- "toml_edit",
+ "toml_edit 0.19.15",
+]
+
+[[package]]
+name = "toml"
+version = "0.8.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc"
+dependencies = [
+ "serde",
+ "serde_spanned",
+ "toml_datetime",
+ "toml_edit 0.20.7",
]
[[package]]
name = "toml_datetime"
-version = "0.6.3"
+version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
+checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
dependencies = [
"serde",
]
@@ -1461,6 +1473,19 @@ dependencies = [
]
[[package]]
+name = "toml_edit"
+version = "0.20.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
+dependencies = [
+ "indexmap",
+ "serde",
+ "serde_spanned",
+ "toml_datetime",
+ "winnow",
+]
+
+[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 731d36f..74c5981 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ colorsys = "0.6.7"
rust-embed = "8.1.0"
shellexpand = "3.1.0"
hex-literal = "0.4.1"
-toml = "0.7.8"
+toml = "0.8.6"
dirs-next = "2.0.0"
clap_complete = "4.4.1"
tinytemplate = "1.2.1"