Browse Source

Bump git2 from 0.13.13 to 0.13.14 (#993)

pull/999/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
015c11e47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      boa_tester/Cargo.toml

8
Cargo.lock generated

@ -441,9 +441,9 @@ dependencies = [
[[package]] [[package]]
name = "git2" name = "git2"
version = "0.13.13" version = "0.13.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "802b535f89475f22bb2b3d589de07861417e67b1a358c7ec8e5005bf4f209133" checksum = "186dd99cc77576e58344ad614fa9bb27bad9d048f85de3ca850c1f4e8b048260"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",
@ -588,9 +588,9 @@ checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]] [[package]]
name = "libgit2-sys" name = "libgit2-sys"
version = "0.12.15+1.1.0" version = "0.12.16+1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c39622f3887bc7fb2fff6d06293f64b02c1dfa281212566ac155171d13b0eb" checksum = "9f91b2f931ee975a98155195be8cd82d02e8e029d7d793d2bac1b8181ac97020"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",

2
boa_tester/Cargo.toml

@ -21,6 +21,6 @@ regex = "1.4.2"
once_cell = "1.5.2" once_cell = "1.5.2"
colored = "2.0.0" colored = "2.0.0"
fxhash = "0.2.1" fxhash = "0.2.1"
git2 = "0.13.13" git2 = "0.13.14"
hex = "0.4.2" hex = "0.4.2"
num-format = "0.4.0" num-format = "0.4.0"

Loading…
Cancel
Save