Skip to content

Commit

Permalink
Bump proptest from 1.3.1 to 1.4.0 (#3198)
Browse files Browse the repository at this point in the history
* Bump proptest from 1.3.1 to 1.4.0

Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.3.1...v1.4.0)

---
updated-dependencies:
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update MSRV to 1.65 to match proptest

Rust 1.65 is just over one year old right now.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dustin J. Mitchell <djmitche@google.com>
  • Loading branch information
dependabot[bot] and djmitche committed Nov 14, 2023
1 parent 41992d4 commit 1392f55
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: "1.64" # MSRV
toolchain: "1.65" # MSRV
override: true

- uses: actions-rs/cargo@v1.0.3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: "1.64" # MSRV
toolchain: "1.65" # MSRV
override: true

- uses: actions-rs/cargo@v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
rust:
- "1.64" # MSRV
- "1.65" # MSRV
- "stable"
os:
- ubuntu-latest
Expand Down
16 changes: 11 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy_static = "1"
libc = "0.2.136"
log = "^0.4.17"
pretty_assertions = "1"
proptest = "^1.3.1"
proptest = "^1.4.0"
ring = "0.16"
rstest = "0.17"
rusqlite = { version = "0.29", features = ["bundled"] }
Expand Down
2 changes: 1 addition & 1 deletion taskchampion/taskchampion/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for more information about the design and usage of the tool.
# Minimum Supported Rust Version (MSRV)
This crate supports Rust version 1.64 and higher.
This crate supports Rust version 1.65 and higher.
*/

Expand Down

0 comments on commit 1392f55

Please sign in to comment.