mirror of
https://github.com/atuinsh/atuin.git
synced 2025-07-07 13:15:09 +00:00
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>
This commit is contained in:
parent
002ea8a701
commit
a272ea753a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -363,7 +363,7 @@ dependencies = [
|
|||
"tonic",
|
||||
"tonic-build",
|
||||
"tonic-types",
|
||||
"tower 0.4.13",
|
||||
"tower 0.5.2",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"uuid",
|
||||
|
@ -458,7 +458,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"time",
|
||||
"tokio",
|
||||
"tower 0.4.13",
|
||||
"tower 0.5.2",
|
||||
"tower-http",
|
||||
"tracing",
|
||||
]
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue