Bump tokio from 1.42.0 to 1.44.1 in /backend
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3d27b7f313
commit
b739226d22
2 changed files with 7 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ sync_lib = { path = "../sync_lib" }
|
|||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
tokio = { version = "1.42.0", features = ["full"]}
|
||||
tokio = { version = "1.44.1", features = ["full"]}
|
||||
uuid = { version = "1.16.0", features = ["v4", "serde"] }
|
||||
log = { version = "0.4.22" }
|
||||
anyhow = { version = "1.0.94", features = ["backtrace"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue