Skip to content

Commit abfc3dc

Browse files
dependabot[bot]cljoly
authored andcommitted
chore(deps): bump tokio from 1.44.2 to 1.45.0
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]>
1 parent 3511f6d commit abfc3dc

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.

examples/async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env_logger = "0.11"
1111
anyhow = "1"
1212
mktemp = "0.5"
1313
tokio-rusqlite-new = "=0.9.0"
14-
tokio = { version = "1.44.2", features = ["full"] }
14+
tokio = { version = "1.45.0", features = ["full"] }
1515

1616
[dependencies.rusqlite_migration]
1717
path = "../../rusqlite_migration"

0 commit comments

Comments
 (0)