Skip to content

Commit 2d320c5

Browse files
Bump git2 from 0.13.25 to 0.14.0 (#647)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.25 to 0.14.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](rust-lang/git2-rs@0.13.25...git2-curl-0.14.0) --- updated-dependencies: - dependency-name: git2 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>
1 parent fceb527 commit 2d320c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = ["josh-proxy", "josh-ui", "."]
1818

1919
[dependencies]
2020
handlebars = "4.2"
21-
git2 = {version = "0.13", default-features = false}
21+
git2 = {version = "0.14", default-features = false}
2222
clap = "3"
2323
tracing = "0.1"
2424
bincode = "1.3"

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hyper_cgi = "0.2.1"
2020
hyper-staticfile = "0.8.0"
2121
hyper-tls = "0.5.0"
2222
toml = "0.5.8"
23-
git2 = "0.13.25"
23+
git2 = "0.14.0"
2424
tracing = { version = "0.1.31", features = ["max_level_trace", "release_max_level_trace"] }
2525
tracing-futures = "0.2.5"
2626
tracing-subscriber = { version = "0.3.9", features = ["env-filter"]}

0 commit comments

Comments
 (0)