update deps

This commit is contained in:
Scott Lamb 2018-12-28 10:13:03 -06:00
parent 3644548018
commit ff58f24785
6 changed files with 234 additions and 214 deletions

View File

@ -27,7 +27,7 @@ matrix:
script:
- ci/script-rust.sh
- language: rust
rust: 1.30.0
rust: 1.31.0
env: FFMPEG_VERSION=3.4.4
install:
- ci/install-ffmpeg.sh

434
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ bundled = ["rusqlite/bundled"]
members = ["base", "db", "ffmpeg"]
[dependencies]
base64 = "0.9.0"
base64 = "0.10.0"
bytes = "0.4.6"
byteorder = "1.0"
docopt = "1.0"
@ -42,7 +42,7 @@ parking_lot = { version = "0.7", features = [] }
reffers = "0.5.1"
regex = "1.0"
ring = "0.12.1"
rusqlite = "0.15"
rusqlite = "0.16"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"

View File

@ -11,7 +11,7 @@ nightly = []
path = "lib.rs"
[dependencies]
base64 = "0.9.0"
base64 = "0.10.0"
blake2-rfc = "0.2.18"
failure = "0.1.1"
fnv = "1.0"
@ -26,7 +26,7 @@ openssl = "0.10"
parking_lot = { version = "0.7", features = [] }
protobuf = "2.0"
regex = "1.0"
rusqlite = "0.15"
rusqlite = "0.16"
tempdir = "0.3"
time = "0.1"
uuid = { version = "0.7", features = ["std", "v4"] }

View File

@ -45,7 +45,7 @@ all non-Rust dependencies:
pkgconf \
tzdata
Next, you need Rust 1.30+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.31+ and Cargo. The easiest way to install them is by
following the instructions at [rustup.rs](https://www.rustup.rs/).
Finally, building the UI requires [yarn](https://yarnpkg.com/en/).

View File

@ -40,7 +40,7 @@ fi
NODE_MIN_VERSION="8"
YARN_MIN_VERSION="1.0"
CARGO_MIN_VERSION="0.2"
RUSTC_MIN_VERSION="1.30"
RUSTC_MIN_VERSION="1.31"
FFMPEG_MIN_VERSION="55.1.101"
FFMPEG_RELEASE_VERSION="3.4"