summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-22 12:04:52 +0000
committerGitHub <noreply@github.com>2023-03-22 12:04:52 +0000
commit98dc45ea758f87dc4ebdefa5236c745a438f951b (patch)
tree0efbeb2e8f136eeb5b78153163bf4c240825eba0 /src
parent6461a448ac49f40881e50b800ce7527817421b0f (diff)
downloadcryptography-98dc45ea758f87dc4ebdefa5236c745a438f951b.tar.gz
Bump proc-macro2 from 1.0.52 to 1.0.53 in /src/rust (#8565)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.52 to 1.0.53. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.52...1.0.53) --- 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')
-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 1ef2d417a..e3542f98f 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -459,9 +459,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro2"
-version = "1.0.52"
+version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
+checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
dependencies = [
"unicode-ident",
]