From 13065dee1b39a24b40b9c490c61ef13ad1d0a34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 02:49:11 +0000 Subject: [PATCH] Bump paste from 1.0.9 to 1.0.14 in /native Bumps [paste](https://github.com/dtolnay/paste) from 1.0.9 to 1.0.14. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.9...1.0.14) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 4 ++-- native/libcst/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index 92ba4b040..9592ca227 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -532,9 +532,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.9" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "peg" diff --git a/native/libcst/Cargo.toml b/native/libcst/Cargo.toml index 224406666..0dbf763bc 100644 --- a/native/libcst/Cargo.toml +++ b/native/libcst/Cargo.toml @@ -29,7 +29,7 @@ py = ["pyo3","pyo3/extension-module"] trace = ["peg/trace"] [dependencies] -paste = "1.0.9" +paste = "1.0.14" pyo3 = { version = ">=0.17", optional = true } thiserror = "1.0.37" peg = "0.8.1"