Skip to content

Commit 0bb437e

Browse files
deps: update rust crate flume to 0.11
1 parent f12c56e commit 0bb437e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/mqtt-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async-trait = "0.1"
1414
bytes = "1"
1515
color-eyre = "0.6"
1616
dirs = "5"
17-
flume = "0.10"
17+
flume = "0.11"
1818
futures = "0.3"
1919
generational-arena = "0.2"
2020
opentelemetry = "0.18"

crates/mqtt-provider-paho/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
async-trait = "0.1"
10-
flume = "0.10"
10+
flume = "0.11"
1111
futures = { version = "0.3", default-features = false }
1212
opentelemetry = "0.18"
1313
paho-mqtt = { version = "0.12", default-features = false }

0 commit comments

Comments
 (0)