Skip to content

Commit

Permalink
build(deps): bump the rust-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 3 updates

Bumps the rust-dependencies group with 3 updates in the / directory: [dunce](https://gitlab.com/kornelski/dunce), [imara-diff](https://github.com/pascalkuthe/imara-diff) and [fern](https://github.com/daboross/fern).


Updates `dunce` from 1.0.4 to 1.0.5
- [Commits](https://gitlab.com/kornelski/dunce/compare/v1.0.4...v1.0.5)

Updates `imara-diff` from 0.1.5 to 0.1.7
- [Release notes](https://github.com/pascalkuthe/imara-diff/releases)
- [Changelog](https://github.com/pascalkuthe/imara-diff/blob/master/CHANGELOG.md)
- [Commits](pascalkuthe/imara-diff@v0.1.5...v0.1.7)

Updates `fern` from 0.6.2 to 0.7.1
- [Release notes](https://github.com/daboross/fern/releases)
- [Changelog](https://github.com/daboross/fern/blob/main/CHANGELOG.md)
- [Commits](daboross/fern@fern-0.6.2...fern-0.7.1)

---
updated-dependencies:
- dependency-name: dunce
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: imara-diff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: fern
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent cd15f3d commit 26f9e40
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 23 deletions.
30 changes: 12 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion helix-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"

imara-diff = "0.1.0"
imara-diff = "0.1.7"

encoding_rs = "0.8"

Expand Down
2 changes: 1 addition & 1 deletion helix-dap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ thiserror = "1.0"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "net", "sync"] }

[dev-dependencies]
fern = "0.6"
fern = "0.7"
2 changes: 1 addition & 1 deletion helix-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4"
cc = { version = "1" }
threadpool = { version = "1.0" }
tempfile = "3.10.1"
dunce = "1.0.4"
dunce = "1.0.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
libloading = "0.8"
2 changes: 1 addition & 1 deletion helix-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ arc-swap = { version = "1.7.1" }
termini = "1"

# Logging
fern = "0.6"
fern = "0.7"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion helix-vcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parking_lot = "0.12"
arc-swap = { version = "1.7.1" }

gix = { version = "0.61.0", features = ["attributes"], default-features = false, optional = true }
imara-diff = "0.1.5"
imara-diff = "0.1.7"
anyhow = "1"

log = "0.4"
Expand Down

0 comments on commit 26f9e40

Please sign in to comment.