Skip to content

Commit 840eabf

Browse files
dependabot[bot]cljoly
authored andcommitted
chore(deps): bump tokio from 1.45.0 to 1.45.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.0 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 920f705 commit 840eabf

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.45.0", features = ["full"] }
14+
tokio = { version = "1.45.1", features = ["full"] }
1515

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

0 commit comments

Comments
 (0)