Skip to content

Commit ed15073

Browse files
chore: bump tokio from 1.45.1 to 1.46.1 (#5360)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36488ad commit ed15073

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Cargo.lock

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prqlc/prqlc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ tiberius = { version = "0.12.3", optional = true, default-features = false, feat
129129
"rustls",
130130
"tds73",
131131
] }
132-
tokio = { version = "1.45.1", optional = true, features = ["full"] }
132+
tokio = { version = "1.46.1", optional = true, features = ["full"] }
133133
tokio-util = { version = "0.7.15", optional = true, features = ["compat"] }
134134

135135
[dev-dependencies]

0 commit comments

Comments
 (0)