From 9ad2203fe35ca4f3b065af94f67c0e8b559eed64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 04:40:29 +0000 Subject: [PATCH] bump: update lld_rs requirement from 130.0.0 to 140.0.0 Updates the requirements on [lld_rs](https://github.com/mun-lang/lld-rs) to permit the latest version. - [Release notes](https://github.com/mun-lang/lld-rs/releases) - [Commits](https://github.com/mun-lang/lld-rs/compare/v130.0.0...v140.0.0) --- updated-dependencies: - dependency-name: lld_rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mun_codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mun_codegen/Cargo.toml b/crates/mun_codegen/Cargo.toml index f8a1d4009..bc54c11c9 100644 --- a/crates/mun_codegen/Cargo.toml +++ b/crates/mun_codegen/Cargo.toml @@ -25,7 +25,7 @@ itertools = { version = "0.10.3", default-features = false } mun_codegen_macros = { version = "=0.4.0-dev", path = "../mun_codegen_macros" } mun_target = { version = "=0.4.0-dev", path = "../mun_target" } once_cell = { version = "1.4.0", default-features = false } -lld_rs = { version = "130.0.0", default-features = false } +lld_rs = { version = "140.0.0", default-features = false } parking_lot = { version = "0.12.0", default-features = false } paste = { version = "1.0.7", default-features = false } mun_paths = { version= "=0.4.0-dev", path="../mun_paths"}