summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-15 12:05:52 +0000
committerGitHub <noreply@github.com>2024-03-15 12:05:52 +0000
commit0f8744df89602788fb67ee0bcac8c3742998dd87 (patch)
treefbd6d226882edaa490ddb66f5ddab1f59b7fa90a
parent7d709f79856421ee18f9a07bae835233d013232d (diff)
chore: Bump toml from 0.8.6 to 0.8.8 (#200)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.6 to 0.8.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.6...toml-v0.8.8) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b938c39..3182030 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -622,7 +622,7 @@ dependencies = [
"serde",
"shellexpand",
"tinytemplate",
- "toml 0.8.6",
+ "toml 0.8.8",
"unicode-width",
]
@@ -1446,14 +1446,14 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.8.6"
+version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc"
+checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
- "toml_edit 0.20.7",
+ "toml_edit 0.21.0",
]
[[package]]
@@ -1480,9 +1480,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.20.7"
+version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
+checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
dependencies = [
"indexmap",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index dbd09fe..44f47df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ colorsys = "0.6.7"
rust-embed = "8.3.0"
shellexpand = "3.1.0"
hex-literal = "0.4.1"
-toml = "0.8.6"
+toml = "0.8.8"
dirs-next = "2.0.0"
clap_complete = "4.5.1"
tinytemplate = "1.2.1"