Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cljoly committed Oct 23, 2024
1 parent 76cca23 commit ddb49cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 examples/async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1"
lazy_static = "1.5.0"
mktemp = "0.5"
tokio-rusqlite = "0.6.0"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

[dependencies.rusqlite_migration]
path = "../../rusqlite_migration"
Expand Down
4 changes: 2 additions & 2 deletions rusqlite_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ log = "0.4"
tokio-rusqlite = { version = "0.6.0", optional = true }

[dependencies.tokio]
version = "1.40"
version = "1.41"
features = ["macros"]
optional = true

Expand All @@ -55,7 +55,7 @@ lazy_static = "1.5.0"
mktemp = "0.5"
mutants = "0.0.3"
simple-logging = "2.0.2"
tokio = { version = "1.40", features = ["full"] }
tokio = { version = "1.41", features = ["full"] }
tokio-test = "0.4.4"

[dev-dependencies.criterion]
Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version.workspace = true
version.workspace = true

[dependencies]
tokio = { version = "1.40", features = ["macros"] }
tokio = { version = "1.41", features = ["macros"] }
tokio-rusqlite = { version = "0.6.0" }
log = "0.4"

Expand Down

0 comments on commit ddb49cc

Please sign in to comment.