diff --git a/.travis.yml b/.travis.yml index 6ad8f857..eda4f6f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_deploy: |- sudo apt-get install -y \ build-essential cmake curl musl-tools && \ rustup target add x86_64-unknown-linux-musl && \ - export VERS=1.0.2l && \ + export VERS=1.1.0f && \ curl -O https://www.openssl.org/source/openssl-$VERS.tar.gz && \ tar xvzf openssl-$VERS.tar.gz && cd openssl-$VERS && \ env CC=musl-gcc ./config --prefix=$TRAVIS_BUILD_DIR/openssl && \ diff --git a/Cargo.lock b/Cargo.lock index c7d90a7d..5fb04d60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "rssbot" -version = "1.2.0" +version = "1.3.2" dependencies = [ "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",