summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-15 15:51:35 +0000
committerGitHub <noreply@github.com>2023-01-15 15:51:35 +0000
commit235ef384eb4966dcd15eb04ce8b5367f13144d53 (patch)
tree4edf0c0700e2fd005f8ee2208a7106ff51d760f4 /src
parentb91bb457c0ce3d147dcfb8a969cbf9847d98549e (diff)
downloadcryptography-235ef384eb4966dcd15eb04ce8b5367f13144d53.tar.gz
Bump termcolor from 1.1.3 to 1.2.0 in /src/rust (#8070)
Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/BurntSushi/termcolor/releases) - [Commits](https://github.com/BurntSushi/termcolor/compare/1.1.3...1.2.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 393238101..ca41c5d4b 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -500,9 +500,9 @@ dependencies = [
[[package]]
name = "termcolor"
-version = "1.1.3"
+version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
+checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]