diff --git a/.travis.yml b/.travis.yml index 92650dc..28eb711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust rust: - - 1.31.0 # pinned toolchain for clippy - - 1.29.0 # minimum supported toolchain + - 1.32.0 # pinned toolchain for clippy + - 1.32.0 # minimum supported toolchain - stable - beta - nightly @@ -16,7 +16,7 @@ branches: env: global: - - CLIPPY_RUST_VERSION=1.31.0 + - CLIPPY_RUST_VERSION=1.32.0 before_script: - bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "$CLIPPY_RUST_VERSION" ]]; then diff --git a/Cargo.toml b/Cargo.toml index 94ed6b2..1eb7080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ travis-ci = { repository = "lipanski/mockito", branch = "master" } appveyor = { repository = "lipanski/mockito", branch = "master", service = "github" } [dependencies] -rand = "^0.5.5" +rand = "^0.7.0" httparse = "^1.3.3" regex = "^1.0.5" lazy_static = "^1.1.0"