Skip to content

Commit 2425920

Browse files
committed
Update flume to 0.12
1 parent 90b98dd commit 2425920

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ futures-intrusive = "0.5.0"
125125
futures-util = { version = "0.3.19", default-features = false, features = ["alloc", "sink", "io"] }
126126
# used by the SQLite worker thread to block on the async mutex that locks the database handle
127127
futures-executor = { version = "0.3.19", optional = true }
128-
flume = { version = "0.11.0", optional = true, default-features = false, features = ["async"] }
128+
flume = { version = "0.12.0", optional = true, default-features = false, features = ["async"] }
129129
hex = "0.4.3"
130130
hmac = { version = "0.12.0", default-features = false, optional = true }
131131
itoa = "1.0.1"

0 commit comments

Comments
 (0)