Skip to content

Commit 5444e19

Browse files
renovate[bot]cwfitzgeraldCopilot
authored
chore(deps): update rust crate flume to 0.12 (#8730)
Co-authored-by: cwfitzgerald <7861353+cwfitzgerald@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent 7721a3e commit 5444e19

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed

.deny.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ skip-tree = [
99
{ name = "petgraph", version = "0.6.5" },
1010
]
1111
skip = [
12-
# Flume uses an old version
13-
{ name = "nanorand", version = "0.7.0" },
14-
1512
# Deno uses an old version
1613
{ name = "bincode", version = "1.3.3" },
1714
{ name = "which", version = "6.0.3" },

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ document-features = "0.2.10"
117117
encase = "0.12"
118118
env_logger = { version = "0.11", default-features = false }
119119
fern = "0.7"
120-
flume = "0.11"
120+
flume = "0.12"
121121
futures-lite = "2"
122122
getrandom = "0.3"
123123
glam = "0.30.7"

0 commit comments

Comments
 (0)