Skip to content

Commit eed6421

Browse files
Bump tokio from 1.47.0 to 1.48.0 (#155)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.0 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.0...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 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>
1 parent 5d01307 commit eed6421

File tree

2 files changed

+28
-72
lines changed

2 files changed

+28
-72
lines changed

Cargo.lock

Lines changed: 27 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ actix-rt = "2"
2626
tempfile = "3"
2727
pretty_assertions = "1"
2828
temp-env = "0.3"
29-
tokio = { version = "1.47", features = ["rt", "macros"] }
29+
tokio = { version = "1.48", features = ["rt", "macros"] }
3030
tokio-postgres = { version = "0.7.13", features = ["with-uuid-1"] }
3131
bb8 = "0.9.0"
3232
bb8-postgres = { version = "0.9.0", features = ["with-uuid-1"] }

0 commit comments

Comments
 (0)