aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2024-02-12 16:48:45 +0000
committerGitHub2024-02-12 16:48:45 +0000
commitc111e28a6f4ab81bf1f5b60173f6e7bf3e63aa15 (patch)
treee8f98683de81bbca511cbd477f6486f4e520dc36
parentd232e7a98579c3f964ade7ed93a1e6f944f1c89a (diff)
build(deps): bump toml from 0.7.6 to 0.8.10 (#9539)
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.10. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.8.10) --- 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.lock35
-rw-r--r--helix-core/Cargo.toml2
-rw-r--r--helix-loader/Cargo.toml2
-rw-r--r--helix-term/Cargo.toml2
-rw-r--r--helix-view/Cargo.toml2
-rw-r--r--xtask/Cargo.toml2
6 files changed, 18 insertions, 27 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 24c68933..7d8329b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -591,7 +591,7 @@ dependencies = [
"gix-date",
"itoa",
"thiserror",
- "winnow 0.5.28",
+ "winnow",
]
[[package]]
@@ -673,7 +673,7 @@ dependencies = [
"smallvec",
"thiserror",
"unicode-bom",
- "winnow 0.5.28",
+ "winnow",
]
[[package]]
@@ -888,7 +888,7 @@ dependencies = [
"itoa",
"smallvec",
"thiserror",
- "winnow 0.5.28",
+ "winnow",
]
[[package]]
@@ -1001,7 +1001,7 @@ dependencies = [
"gix-validate",
"memmap2",
"thiserror",
- "winnow 0.5.28",
+ "winnow",
]
[[package]]
@@ -2055,9 +2055,9 @@ dependencies = [
[[package]]
name = "serde_spanned"
-version = "0.6.3"
+version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
+checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
dependencies = [
"serde",
]
@@ -2358,9 +2358,9 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.7.6"
+version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
+checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
dependencies = [
"serde",
"serde_spanned",
@@ -2370,24 +2370,24 @@ dependencies = [
[[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",
]
[[package]]
name = "toml_edit"
-version = "0.19.12"
+version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78"
+checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
- "winnow 0.4.6",
+ "winnow",
]
[[package]]
@@ -2800,15 +2800,6 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]]
name = "winnow"
-version = "0.4.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
-dependencies = [
- "memchr",
-]
-
-[[package]]
-name = "winnow"
version = "0.5.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c830786f7720c2fd27a1a0e27a709dbd3c4d009b56d098fc742d4f4eab91fe2"
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index fb68ccc0..40230e1e 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -39,7 +39,7 @@ dunce = "1.0"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-toml = "0.7"
+toml = "0.8"
imara-diff = "0.1.0"
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml
index 6c3617dd..25b55969 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -19,7 +19,7 @@ helix-stdx = { path = "../helix-stdx" }
anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
-toml = "0.7"
+toml = "0.8"
etcetera = "0.8"
tree-sitter.workspace = true
once_cell = "1.19"
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 09f02c67..1e21ec16 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -62,7 +62,7 @@ open = "5.0.1"
url = "2.5.0"
# config
-toml = "0.7"
+toml = "0.8"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index 2e689341..5a552545 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -43,7 +43,7 @@ chardetng = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-toml = "0.7"
+toml = "0.8"
log = "~0.4"
parking_lot = "0.12.1"
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 0a61536f..25d8955e 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -16,4 +16,4 @@ helix-term = { path = "../helix-term" }
helix-core = { path = "../helix-core" }
helix-view = { path = "../helix-view" }
helix-loader = { path = "../helix-loader" }
-toml = "0.7"
+toml = "0.8"