From 88f9cdeb3dd5181465435ed6b90e11a36e2f1597 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 2 Jan 2023 21:14:50 -0600 Subject: build(deps): bump git-repository from 0.30.2 to 0.31.0 (#5376) Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.30.2 to 0.31.0. - [Release notes](https://github.com/Byron/gitoxide/releases) - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/Byron/gitoxide/compare/git-repository-v0.30.2...git-repository-v0.31.0) --- updated-dependencies: - dependency-name: git-repository dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>--- helix-vcs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-vcs/Cargo.toml') diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml index 8e713638..3fd25655 100644 --- a/helix-vcs/Cargo.toml +++ b/helix-vcs/Cargo.toml @@ -16,7 +16,7 @@ helix-core = { version = "0.6", path = "../helix-core" } tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] } parking_lot = "0.12" -git-repository = { version = "0.30", default-features = false , optional = true } +git-repository = { version = "0.31", default-features = false , optional = true } imara-diff = "0.1.5" log = "0.4" -- cgit v1.2.3-70-g09d2