Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
detrumi committed Feb 27, 2021
1 parent a925337 commit b08c028
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 37 deletions.
94 changes: 62 additions & 32 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ bench = []

[dependencies]
docopt = "1.1.0"
itertools = "0.9.0"
rustyline = "6.2.0"
salsa = "0.15.0"
itertools = "0.10.0"
rustyline = "7.1.0"
salsa = "0.16.0"
serde = "1.0"
serde_derive = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion chalk-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
string_cache = "0.8.0"
salsa = "0.15.0"
salsa = "0.16.0"
tracing = "0.1"

chalk-derive = { version = "0.59.0-dev.0", path = "../chalk-derive" }
Expand Down
2 changes: 1 addition & 1 deletion chalk-solve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
ena = "0.14.0"
itertools = "0.9.0"
itertools = "0.10.0"
petgraph = "0.5.1"
tracing = "0.1"
tracing-subscriber = { version = "0.2", optional = true }
Expand Down

0 comments on commit b08c028

Please sign in to comment.