From 4ad04921104e9da5d2e4f47820f0b0b30f230b99 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:19:03 +0000 Subject: [PATCH] Bump llvm-sys from 80.1.2 to 110.0.1 Bumps [llvm-sys](https://gitlab.com/taricorp/llvm-sys.rs) from 80.1.2 to 110.0.1. - [Release notes](https://gitlab.com/taricorp/llvm-sys.rs/tags) - [Commits](https://gitlab.com/taricorp/llvm-sys.rs/compare/v80.1.2...v110.0.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 30 ++++++++++++++++++++++++------ libpsudoc/Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73ade7c..0a1f1ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" [[package]] name = "llvm-sys" -version = "80.1.2" +version = "110.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2969773884a5701f0c255e2a14d48d4522a66db898ec1088cb21879a228377" +checksum = "21ede189444b8c78907e5d36da5dabcf153170fcff9c1dba48afc4b33c7e19f0" dependencies = [ "cc", "lazy_static", @@ -319,6 +319,15 @@ dependencies = [ "pkg-config", ] +[[package]] +name = "pest" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" +dependencies = [ + "ucd-trie", +] + [[package]] name = "pkg-config" version = "0.3.17" @@ -458,18 +467,21 @@ dependencies = [ [[package]] name = "semver" -version = "0.9.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" +checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ "semver-parser", ] [[package]] name = "semver-parser" -version = "0.7.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" +dependencies = [ + "pest", +] [[package]] name = "serde" @@ -602,6 +614,12 @@ dependencies = [ "lazy_static", ] +[[package]] +name = "ucd-trie" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" + [[package]] name = "ucd-util" version = "0.1.5" diff --git a/libpsudoc/Cargo.toml b/libpsudoc/Cargo.toml index 104b578..e600ffd 100644 --- a/libpsudoc/Cargo.toml +++ b/libpsudoc/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -llvm-sys = "80.1.2" +llvm-sys = "110.0.1" num-traits = "0.2.14" num-bigint = "0.4.0" lazy_static = "1.4.0"