From 966e7f9f8383577429b787990690243339b37930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 05:41:28 +0000 Subject: [PATCH] Update im-rc requirement from 12.1.0 to 13.0.0 Updates the requirements on [im-rc](https://github.com/bodil/im-rs) to permit the latest version. - [Release notes](https://github.com/bodil/im-rs/releases) - [Changelog](https://github.com/bodil/im-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bodil/im-rs/compare/12.1.0...13.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3fcacf53dd..9abf06857e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ walkdir = "2.2" clap = "2.31.2" unicode-width = "0.1.5" openssl = { version = '0.10.11', optional = true } -im-rc = "12.1.0" +im-rc = "13.0.0" # A noop dependency that changes in the Rust repository, it's a bit of a hack. # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`