summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-13 03:03:36 +0000
committerGitHub <noreply@github.com>2021-10-13 03:03:36 +0000
commit2d0f7a99cb6c2640da15503640710932e2d949c7 (patch)
treedb8d9a5e7bd9865f99d4e79c05d64a2546e99c82
parent1d996e598775766627649ff44507787d2e713e1d (diff)
downloadcryptography-dependabot/cargo/src/rust/proc-macro2-1.0.30.tar.gz
Bump proc-macro2 from 1.0.29 to 1.0.30 in /src/rustdependabot/cargo/src/rust/proc-macro2-1.0.30
Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/alexcrichton/proc-macro2/releases) - [Commits](https://github.com/alexcrichton/proc-macro2/compare/1.0.29...1.0.30) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src/rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 012b8282d..417e9c06c 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -270,9 +270,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro2"
-version = "1.0.29"
+version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
+checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
dependencies = [
"unicode-xid",
]