summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-13 07:27:02 -0400
committerGitHub <noreply@github.com>2021-10-13 07:27:02 -0400
commitc3fcc6759a86bbd847e3da067152ee7d2b88c194 (patch)
treedb8d9a5e7bd9865f99d4e79c05d64a2546e99c82 /src/rust/Cargo.lock
parent1d996e598775766627649ff44507787d2e713e1d (diff)
downloadcryptography-c3fcc6759a86bbd847e3da067152ee7d2b88c194.tar.gz
Bump proc-macro2 from 1.0.29 to 1.0.30 in /src/rust (#6412)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src/rust/Cargo.lock')
-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",
]