chore(deps): bump tss-esapi from 7.2.0 to 7.3.0 (#2142)

Bumps [tss-esapi](https://github.com/parallaxsecond/rust-tss-esapi) from 7.2.0 to 7.3.0.
- [Changelog](https://github.com/parallaxsecond/rust-tss-esapi/blob/main/CHANGELOG.md)
- [Commits](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.2.0...tss-esapi-7.3.0)

---
updated-dependencies:
- dependency-name: tss-esapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-24 21:41:42 +00:00 committed by GitHub
parent 0b7795f38a
commit b7b467c91b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View file

@ -3960,9 +3960,9 @@ dependencies = [
[[package]]
name = "picky-asn1"
version = "0.3.3"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "889bbb26c80acf919e89980dfc8e04eb19df272d8a9893ec9b748d3a1675abde"
checksum = "1088a7f82ee21e534da0f62b074b559d2a0717b0d5104ba7a47c1f5bc6c83f69"
dependencies = [
"oid",
"serde",
@ -3971,9 +3971,9 @@ dependencies = [
[[package]]
name = "picky-asn1-der"
version = "0.2.5"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbbd5390ab967396cc7473e6e0848684aec7166e657c6088604e07b54a73dbe"
checksum = "de76bf631e2f2064f78d7f1ea8a57cb0445d83138cd5fac67274d50b0f6053c2"
dependencies = [
"picky-asn1",
"serde",
@ -3982,9 +3982,9 @@ dependencies = [
[[package]]
name = "picky-asn1-x509"
version = "0.6.1"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3033675030de806aba1d5470949701b7c9f1dbf77e3bb17bd12e5f945e560ba"
checksum = "43aa17ded8046e4809d21f0a007439ebcd1aa23e88003a6d68ba9992b26c96f7"
dependencies = [
"base64 0.13.1",
"oid",
@ -5397,9 +5397,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "tss-esapi"
version = "7.2.0"
version = "7.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891582e26e83f2cbd608b18cbd7ffb921482740524187a2bca20cf44a286547b"
checksum = "40d158588eb8f815ca311b56a0bce5d775b0cb1a54640339ea2820bf636cdea5"
dependencies = [
"bitfield",
"enumflags2",

View file

@ -193,7 +193,7 @@ tracing = { version = "^0.1.37", features = [
tracing-subscriber = { version = "^0.3.17", features = ["env-filter"] }
tracing-forest = "^0.1.6"
tss-esapi = "^7.2.0"
tss-esapi = "^7.3.0"
url = "^2.4.1"
urlencoding = "2.1.3"