diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-08 14:44:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 14:44:13 -0700 |
| commit | a272ea753a342fc5296847dfde9e12482e6db6a5 (patch) | |
| tree | 3429961f4cb784bc58d54dcf052056a7828582c0 /Cargo.toml | |
| parent | chore(deps): bump debian (#2736) (diff) | |
| download | atuin-a272ea753a342fc5296847dfde9e12482e6db6a5.zip | |
chore(deps): bump tower from 0.4.13 to 0.5.2 (#2734)
Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.2.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.2)
---
updated-dependencies:
- dependency-name: tower
dependency-version: 0.5.2
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>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ typed-builder = "0.18.2" pretty_assertions = "1.3.0" thiserror = "1.0" rustix = { version = "0.38.34", features = ["process", "fs"] } -tower = "0.4" +tower = "0.5" tracing = "0.1" sql-builder = "3" tempfile = { version = "3.19" } |
