Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
build(deps): Bump base64 from 0.21.0 to 0.21.1 in /facilitator (#2763)
Browse files Browse the repository at this point in the history
* build(deps): Bump base64 from 0.21.0 to 0.21.1 in /facilitator

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.0 to 0.21.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/commits)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): Bump elliptic-curve from 0.13.4 to 0.13.5 in /facilitator

Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.13.4 to 0.13.5.
- [Commits](RustCrypto/traits@elliptic-curve-v0.13.4...elliptic-curve/v0.13.5)

---
updated-dependencies:
- dependency-name: elliptic-curve
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): Bump xml-rs from 0.8.10 to 0.8.11 in /facilitator

Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.10 to 0.8.11.
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](kornelski/xml-rs@0.8.10...0.8.11)

---
updated-dependencies:
- dependency-name: xml-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent dbd678d commit 72d805d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions facilitator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions facilitator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ async-trait = "0.1"
atty = "0.2"
avro-rs = { version = "0.13.0", features = ["snappy"] }
backoff = { version = "0.4.0", features = ["tokio"] }
base64 = "0.21.0"
base64 = "0.21.1"
bitvec = "1"
bytes = "1.4.0"
chrono = { version = "0.4", features = ["serde"] }
clap = "2.34.0"
derivative = "2.1.1"
dyn-clone = "1.0.11"
elliptic-curve = { version = "0.13.4", features = ["pem"] }
elliptic-curve = { version = "0.13.5", features = ["pem"] }
futures = "0.3"
hex = "0.4"
hmac = "0.12"
Expand Down

0 comments on commit 72d805d

Please sign in to comment.