The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump tower from 0.4.12 to 0.4.13 (#496)

Bumps [tower](https://github.com/tower-rs/tower) from 0.4.12 to 0.4.13.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.12...tower-0.4.13)

---
updated-dependencies:
- dependency-name: tower
dependency-type: direct:production
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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
aeab6536 78485b7d

+2 -26
+2 -26
Cargo.lock
··· 521 521 ] 522 522 523 523 [[package]] 524 - name = "crossbeam-channel" 525 - version = "0.5.4" 526 - source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53" 528 - dependencies = [ 529 - "cfg-if", 530 - "crossbeam-utils", 531 - ] 532 - 533 - [[package]] 534 - name = "crossbeam-utils" 535 - version = "0.8.8" 536 - source = "registry+https://github.com/rust-lang/crates.io-index" 537 - checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" 538 - dependencies = [ 539 - "cfg-if", 540 - "lazy_static", 541 - ] 542 - 543 - [[package]] 544 524 name = "crypto-common" 545 525 version = "0.1.3" 546 526 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1027 1007 source = "registry+https://github.com/rust-lang/crates.io-index" 1028 1008 checksum = "31672b7011be2c4f7456c4ddbcb40e7e9a4a9fad8efe49a6ebaf5f307d0109c0" 1029 1009 dependencies = [ 1030 - "base64", 1031 1010 "byteorder", 1032 - "crossbeam-channel", 1033 - "flate2", 1034 - "nom 7.1.1", 1035 1011 "num-traits", 1036 1012 ] 1037 1013 ··· 2719 2695 2720 2696 [[package]] 2721 2697 name = "tower" 2722 - version = "0.4.12" 2698 + version = "0.4.13" 2723 2699 source = "registry+https://github.com/rust-lang/crates.io-index" 2724 - checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e" 2700 + checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 2725 2701 dependencies = [ 2726 2702 "futures-core", 2727 2703 "futures-util",