dependabot-core 0.86.15 → 0.86.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d085e1da3fb21066057a3abce3a25c4fcb0f3d9e4876f23eed025562cd615d51
4
- data.tar.gz: 311f9406a4236f8ab0cfd8065964de2107f4e49a350eda4c8a886d1e2f0ae3a7
3
+ metadata.gz: cb78671ef4151e3c60d13f870b67bf4633e6ac3a1e8a88f4b9c614bc810ccbff
4
+ data.tar.gz: 3babc918386a6e3c973073d47fb59a92e06f47c11ffc8620bc21e8ab6b3017a9
5
5
  SHA512:
6
- metadata.gz: 4edd786aed538a00c270f45f4e617d3b76f42581cd8e52f15a72a834cdf7cd49dd6c2048af1e21bdb94c0ada42323a1d9a345e3435fc693648c1c34d5a321a8b
7
- data.tar.gz: 225649e27da9e93b8124b1dd0be0764f5a32e3f262d7c5516ff6c6eceaf6aeca45b320780f8c5db75a756923b4b809eec469a104260ba4eacf0c22cbec07b60e
6
+ metadata.gz: 76c6e27659ec545fb8bf3d1c8c07eedc4055df7cfaaea31c50f41089acdaa50c059fba5f3d506503159c8adaf0dc6c2c59696f4f266cfdfd6e7e5650fbfc095d
7
+ data.tar.gz: 68f3a73a53f4afc258626b81df459e03d9568dbf920603da5ff7c1a51dcd5a3ee15d9a42d9975218fc64e79194506b39603a26a07c619cbb13900013b2908587
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.86.16, 26 December 2018
2
+
3
+ - Rust: Handle projects that are part of a workspace (but hard to detect)
4
+
1
5
  ## v0.86.15, 26 December 2018
2
6
 
3
7
  - Rust: Handle binary specifications when using 2018 edition
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.86.15"
4
+ VERSION = "0.86.16"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.86.15
4
+ version: 0.86.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot