Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.22.0 to 1.25.0 (#84)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.25.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.22.0...tokio-1.25.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 22, 2023
1 parent e14bc29 commit 633fd27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rust_decimal = "1.27.0"
rust_decimal_macros = "1.20"
thiserror = "1.0.37"
actix-web = "4.2.1"
tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread"] }
tera = "1.17.1"
actix-web-static-files = "4.0.0"
static-files = "0.2.3"
Expand Down

0 comments on commit 633fd27

Please sign in to comment.