Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.37.0 to 1.38.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.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 Jun 12, 2024
1 parent 46d9f0e commit acfde95
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.4.0"
mktemp = "0.5"
tokio-rusqlite = "0.5.0"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.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 @@ -32,7 +32,7 @@ from-directory = ["dep:include_dir"]

[dependencies]
include_dir = { version = "0.7.3", optional = true }
tokio = { version = "1.37", features = ["macros"], optional = true }
tokio = { version = "1.38", features = ["macros"], optional = true }
tokio-rusqlite = { version = "0.5.0", optional = true }
log = "0.4"

Expand All @@ -42,7 +42,7 @@ default-features = false
features = []

[dev-dependencies]
tokio = { version = "1.37", features = ["full"] }
tokio = { version = "1.38", features = ["full"] }
tokio-test = "0.4.4"
simple-logging = "2.0.2"
env_logger = "0.10"
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 @@ -14,7 +14,7 @@ rust-version = "1.70"
publish = false

[dependencies]
tokio = { version = "1.37", features = ["macros"] }
tokio = { version = "1.38", features = ["macros"] }
tokio-rusqlite = { version = "0.5.0" }
log = "0.4"

Expand Down

0 comments on commit acfde95

Please sign in to comment.