summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-23 10:15:13 -0400
committerGitHub <noreply@github.com>2021-09-23 10:15:13 -0400
commit3464cfc14c5016cdcccb6bf079abbbad3911895d (patch)
tree4ea0e8c6fb8c79cba6d730fecdaf6beebd1f4bd7 /src/rust/Cargo.lock
parentcabcc465fc6a44dec4843f2a1ad459a706c5bfee (diff)
downloadcryptography-3464cfc14c5016cdcccb6bf079abbbad3911895d.tar.gz
Bump instant from 0.1.10 to 0.1.11 in /src/rust (#6299)
Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/sebcrozet/instant/releases) - [Commits](https://github.com/sebcrozet/instant/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: instant 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 1f044ac61..ff0d5607c 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -106,9 +106,9 @@ dependencies = [
[[package]]
name = "instant"
-version = "0.1.10"
+version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
+checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd"
dependencies = [
"cfg-if",
]