File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " git2"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
@@ -20,7 +20,7 @@ url = "2.0"
20
20
bitflags = " 1.1.0"
21
21
libc = " 0.2"
22
22
log = " 0.4.8"
23
- libgit2-sys = { path = " libgit2-sys" , version = " 0.11 .0" }
23
+ libgit2-sys = { path = " libgit2-sys" , version = " 0.12 .0" }
24
24
25
25
[target ."cfg(all(unix, not(target_os = \"macos\")))" .dependencies ]
26
26
openssl-sys = { version = " 0.9.0" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
-
3
2
name = " git2-curl"
4
- version = " 0.13 .0"
3
+ version = " 0.14 .0"
5
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
6
5
license = " MIT/Apache-2.0"
7
6
repository = " https://github.com/rust-lang/git2-rs"
@@ -17,7 +16,7 @@ edition = "2018"
17
16
curl = " 0.4"
18
17
url = " 2.0"
19
18
log = " 0.4"
20
- git2 = { path = " .." , version = " 0.12 " , default-features = false }
19
+ git2 = { path = " .." , version = " 0.13 " , default-features = false }
21
20
22
21
[dev-dependencies ]
23
22
civet = " 0.11"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libgit2-sys"
3
- version = " 0.11 .0+0.99.0"
3
+ version = " 0.12 .0+0.99.0"
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
links = " git2"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments