Skip to content

Commit

Permalink
Do update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Jul 10, 2023
1 parent 933fe0a commit 89aa7e0
Show file tree
Hide file tree
Showing 9 changed files with 659 additions and 310 deletions.
949 changes: 649 additions & 300 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ prusti-rustc-interface = { path = "../prusti-rustc-interface" }
tracing = { path = "../tracing" }

[dev-dependencies]
compiletest_rs = "0.9"
compiletest_rs = "0.10"
glob = "0.3"

[package.metadata.rust-analyzer]
Expand Down
2 changes: 1 addition & 1 deletion prusti-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ viper = { path = "../viper" }
vir = { path = "../vir" }
log = { version = "0.4", features = ["release_max_level_info"] }
config = "0.13"
itertools = "0.10.3"
itertools = "0.11"
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.4.0"
uuid = { version = "1.0", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion prusti-contracts/prusti-specs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ syn = { version = "1.0", features = ["full", "extra-traits", "visit", "visit-mut
quote = "1.0"
proc-macro2 = "1.0"
uuid = { version = "1.0", features = ["v4"] }
itertools = "0.10.3"
itertools = "0.11"
rustc-hash = "1.1.0"
4 changes: 2 additions & 2 deletions prusti-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ authors = ["Prusti Devs <prusti_developers@sympa.ethz.ch>"]
edition = "2021"

[dev-dependencies]
compiletest_rs = "0.9"
compiletest_rs = "0.10"
prusti-server = { path = "../prusti-server" }
prusti-launch = { path = "../prusti-launch", artifact = "bin" }
prusti = { path = "../prusti", artifact = "bin" }
cargo-test-support = { git = "https://github.com/rust-lang/cargo.git", rev = "17f8088" }
cargo-test-support = { git = "https://github.com/rust-lang/cargo.git", rev = "ec8a8a0" }
ureq = "2.1"
log = { version = "0.4", features = ["release_max_level_info"] }
env_logger = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion prusti-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ doctest = false # we have no doc tests
[dependencies]
log = { version = "0.4", features = ["release_max_level_info"] }
config = "0.13"
itertools = "0.10.3"
itertools = "0.11"
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.4.0"
uuid = { version = "1.0", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion prusti-viper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json = "1.0"
backtrace = "0.3"
rustc-hash = "1.1.0"
derive_more = "0.99.16"
itertools = "0.10.3"
itertools = "0.11"
once_cell = "1.17.1"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions test-crates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ edition = "2021"
prusti = { path = "../prusti", artifact = "bin" }
prusti-launch = { path = "../prusti-launch", artifact = "bin" }
color-backtrace = "0.5"
rustwide = "0.15.0"
rustwide = "0.16"
env_logger = "0.10"
log = "0.4"
csv = "1.1.5"
serde = "1.0"
toml = "0.7"
glob = "0.3.0"
clap = { version = "4.0", features = ["derive"] }
failure = "0.1.3"
failure = "0.1"
2 changes: 1 addition & 1 deletion vir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro2 = { version = "1.0", features = ["span-locations"] }
uuid = { version = "1.0", features = ["v4"] }
log = { version = "0.4", features = ["release_max_level_info"] }
lazy_static = "1.4.0"
itertools = "0.10.3"
itertools = "0.11"
derive_more = "0.99.16"
rustc-hash = "1.1.0"
tracing = { path = "../tracing" }
Expand Down

0 comments on commit 89aa7e0

Please sign in to comment.