Unnamed repository; edit this file 'description' to name the repository.
build(deps): bump the rust-dependencies group with 3 updates (#12903)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2025-02-18
parent 82f07fe · commit 4819482
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml2
-rw-r--r--helix-core/Cargo.toml2
-rw-r--r--helix-term/Cargo.toml2
4 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c6b2efa1..d20f1e4d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,9 +136,9 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "cc"
-version = "1.2.13"
+version = "1.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda"
+checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9"
dependencies = [
"shlex",
]
@@ -2393,9 +2393,9 @@ dependencies = [
[[package]]
name = "smallvec"
-version = "1.13.2"
+version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
+checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
[[package]]
name = "smartstring"
@@ -2466,9 +2466,9 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.16.0"
+version = "3.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
+checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
dependencies = [
"cfg-if",
"fastrand",
diff --git a/Cargo.toml b/Cargo.toml
index ab0f8b48..da53c192 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ tree-sitter = { version = "0.22" }
nucleo = "0.5.0"
slotmap = "1.0.7"
thiserror = "2.0"
-tempfile = "3.16.0"
+tempfile = "3.17.1"
bitflags = "2.8"
unicode-segmentation = "1.2"
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index e834582f..4f9cfd86 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -21,7 +21,7 @@ helix-loader = { path = "../helix-loader" }
helix-parsec = { path = "../helix-parsec" }
ropey.workspace = true
-smallvec = "1.13"
+smallvec = "1.14"
smartstring = "1.0.1"
unicode-segmentation.workspace = true
# unicode-width is changing width definitions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 39b6b867..43066354 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -102,7 +102,7 @@ crossterm = { version = "0.28", features = ["event-stream", "use-dev-tty", "libc
helix-loader = { path = "../helix-loader" }
[dev-dependencies]
-smallvec = "1.13"
+smallvec = "1.14"
indoc = "2.0.5"
tempfile.workspace = true
same-file = "1.0.1"