Skip to content

Commit b61c606

Browse files
Bump tokio from 1.44.2 to 1.45.0 (#77)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.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 0f748a8 commit b61c606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -14,7 +14,7 @@ serde = { version = "1.0.219", features = ["derive"] }
1414
sqlx = { version = "0.8.5", features = ["runtime-tokio", "sqlite"] }
1515

1616
thiserror = "2.0.12"
17-
tokio = { version = "1.44.2", features = ["full", "tracing"] }
17+
tokio = { version = "1.45.0", features = ["full", "tracing"] }
1818
tokio-test = "0.4.4"
1919
tracing = "0.1.41"
2020
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }

0 commit comments

Comments
 (0)