summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-01 07:05:23 +0000
committerGitHub <noreply@github.com>2021-04-01 07:05:23 +0000
commitcab4987367ef41f65ce0ad6446f2fd95bb308473 (patch)
tree806ae1897ec212460c2bd532b62e41413d67a0d5
parentf0b2269f7221f06aacf883b58577ffc9627e7522 (diff)
downloadcryptography-dependabot/cargo/src/rust/proc-macro2-1.0.26.tar.gz
Bump proc-macro2 from 1.0.24 to 1.0.26 in /src/rustdependabot/cargo/src/rust/proc-macro2-1.0.26
Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 1.0.24 to 1.0.26. - [Release notes](https://github.com/alexcrichton/proc-macro2/releases) - [Commits](https://github.com/alexcrichton/proc-macro2/compare/1.0.24...1.0.26) 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 5a523c937..325bde48e 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -161,9 +161,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro2"
-version = "1.0.24"
+version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
+checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
dependencies = [
"unicode-xid",
]