From f6816c253b96e8436f1156d6bd6b0942ee9fb4d3 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 18 Feb 2020 15:57:41 +0200 Subject: Update versions --- crates/ra_hir_ty/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crates/ra_hir_ty/Cargo.toml') diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml index f5484bf70..49cafc539 100644 --- a/crates/ra_hir_ty/Cargo.toml +++ b/crates/ra_hir_ty/Cargo.toml @@ -9,9 +9,9 @@ doctest = false [dependencies] arrayvec = "0.5.1" -ena = "0.13" -log = "0.4.5" -rustc-hash = "1.0" +ena = "0.13.1" +log = "0.4.8" +rustc-hash = "1.1.0" hir_def = { path = "../ra_hir_def", package = "ra_hir_def" } hir_expand = { path = "../ra_hir_expand", package = "ra_hir_expand" } @@ -28,4 +28,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "af48f30 lalrpop-intern = "0.15.1" [dev-dependencies] -insta = "0.13.0" +insta = "0.13.1" -- cgit v1.2.3