Browse Source

Bump git2 from 0.13.15 to 0.13.16 (#1091)

pull/1095/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
51aa433f74
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

@ -452,9 +452,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.13.15"
version = "0.13.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44f267c9da8a4de3c615b59e23606c75f164f84896e97f4dd6c15a4294de4359"
checksum = "f28f83eecb0de4d4afb74aef4874963739d6d167752a7a5ba156e56b27a4ede7"
dependencies = [
"bitflags",
"libc",
@ -599,9 +599,9 @@ checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "libgit2-sys"
version = "0.12.17+1.1.0"
version = "0.12.18+1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ebdf65ca745126df8824688637aa0535a88900b83362d8ca63893bcf4e8841"
checksum = "3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885"
dependencies = [
"cc",
"libc",

2
boa_tester/Cargo.toml

@ -21,6 +21,6 @@ regex = "1.4.3"
once_cell = "1.5.2"
colored = "2.0.0"
fxhash = "0.2.1"
git2 = "0.13.15"
git2 = "0.13.16"
hex = "0.4.2"
num-format = "0.4.0"

Loading…
Cancel
Save