Skip to content

Commit

Permalink
Merge #97
Browse files Browse the repository at this point in the history
97: bump mbed_tls version to 0.7 r=mattBrzezinski a=SebRollen

Hi,

The discussion in a recent discourse thread (and [this post](https://discourse.julialang.org/t/please-be-mindful-of-version-bounds-and-semantic-versioning-when-tagging-your-packages/30708/95) in particular) prompted me to try to track down some packages that led to downgrades in other packages when I run `]up`.

Based on [this list](https://gist.github.com/KristofferC/7c8048e2ee9aaa465966caeb98c1446a), it looks like `AWSCore` is restricting `MbedTLS.jl` to a lower version than the latest, so this pr just bumps the allowed range to include [0.7, 0.8). I ran the test-suite locally and everything seemed to work fine, but also understand that there may be a lot more nuances to the upgrade than just the test-suite

Co-authored-by: Sebastian Rollen <[email protected]>
  • Loading branch information
bors[bot] and SebRollen authored Nov 6, 2019
2 parents adc540d + 9d32fc3 commit 9b6f234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ HTTP = "0.8"
IniFile = "0.5"
JSON = "0.18, 0.19, 0.20, 0.21"
LazyJSON = "0.1"
MbedTLS = "0.6"
MbedTLS = "0.6, 0.7"
Mocking = "0.7"
Retry = "0.3, 0.4"
SymDict = "0.3"
Expand Down

0 comments on commit 9b6f234

Please sign in to comment.