-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies (rustc nightly-2022-05-01, viper v.22.04.17-relea…
…se) (#990) * [x] Update Viper version to `v.22.04.17-release`. * [x] Update rustc version to `nightly-2022-05-01`. * [x] Manualy update outdated dependencies (see the list below). * [x] Manualy run `cargo update`. <details><summary>List of direct outdated dependencies:</summary> ``` $ cargo outdated --root-deps-only --workspace info: syncing channel updates for 'nightly-2022-05-01-x86_64-unknown-linux-gnu' info: latest update on 2022-05-01, rust version 1.62.0-nightly (7c4b47696 2022-04-30) info: downloading component 'cargo' info: downloading component 'llvm-tools-preview' info: downloading component 'rust-std' info: downloading component 'rustc' info: downloading component 'rustc-dev' info: downloading component 'rustfmt' info: installing component 'cargo' info: installing component 'llvm-tools-preview' info: installing component 'rust-std' info: installing component 'rustc' info: installing component 'rustc-dev' info: installing component 'rustfmt' Updating git repository `https://github.com/rust-lang/cargo.git` analysis ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- serde 1.0.136 --- 1.0.137 Normal --- serde_json 1.0.79 --- 1.0.80 Normal --- syn 1.0.91 --- 1.0.92 Normal --- prusti-common ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- serde 1.0.136 --- 1.0.137 Normal --- uuid 0.8.2 --- 1.0.0 Normal --- viper ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- serde 1.0.136 --- 1.0.137 Normal --- uuid 0.8.2 --- 1.0.0 Normal --- vir ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- serde 1.0.136 --- 1.0.137 Normal --- syn 1.0.91 --- 1.0.92 Normal --- thiserror 1.0.30 --- 1.0.31 Normal --- uuid 0.8.2 --- 1.0.0 Normal --- vir-gen ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- syn 1.0.91 --- 1.0.92 Normal --- prusti-contracts ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- trybuild 1.0.59 --- 1.0.61 Development --- prusti-specs ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- serde 1.0.136 --- 1.0.137 Normal --- serde_json 1.0.79 --- 1.0.80 Normal --- syn 1.0.91 --- 1.0.92 Normal --- uuid 0.8.2 --- 1.0.0 Normal --- prusti-interface ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- serde 1.0.136 --- 1.0.137 Normal --- prusti-viper ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- backtrace 0.3.64 --- 0.3.65 Normal --- serde 1.0.136 --- 1.0.137 Normal --- prusti-server ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- clap 3.1.8 --- 3.1.14 Normal --- reqwest 0.10.10 --- 0.11.10 Normal --- serde 1.0.136 --- 1.0.137 Normal --- tokio 0.2.25 --- 1.18.0 Normal --- warp 0.2.5 --- 0.3.2 Normal --- prusti-launch ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- ctrlc 3.2.1 --- 3.2.2 Normal --- nix 0.23.1 --- 0.24.1 Normal cfg(unix) serde 1.0.136 --- 1.0.137 Normal --- test-crates ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- clap 3.1.8 --- 3.1.14 Normal --- serde 1.0.136 --- 1.0.137 Normal --- ``` </details> @JonasAlaif could you take care of this? Co-authored-by: Jonas <[email protected]>
- Loading branch information
1 parent
7a5c782
commit 70eda1c
Showing
20 changed files
with
382 additions
and
543 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[toolchain] | ||
channel = "nightly-2022-04-15" | ||
channel = "nightly-2022-05-01" | ||
components = [ "rustc-dev", "llvm-tools-preview", "rust-std", "rustfmt" ] | ||
profile = "minimal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v-2022-02-14-1454 | ||
v.22.04.17-release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters