Skip to content

Commit

Permalink
chore: bump tokio from 1.40.0 to 1.41.0 (#5000)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 1902f03 commit e89c7db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ tiberius = { version = "0.12.3", optional = true, default-features = false, feat
"rustls",
"tds73",
] }
tokio = { version = "1.40.0", optional = true, features = ["full"] }
tokio = { version = "1.41.0", optional = true, features = ["full"] }
tokio-util = { version = "0.7.12", optional = true, features = ["compat"] }

[dev-dependencies]
Expand Down

0 comments on commit e89c7db

Please sign in to comment.