Skip to content

Commit

Permalink
Merge pull request #3947 from anoma/brent/update-flume
Browse files Browse the repository at this point in the history
Update flume
  • Loading branch information
mergify[bot] authored Nov 7, 2024
2 parents 9a06dae + 67b957a commit 44292b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changelog/unreleased/bug-fixes/3947-update-flume.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update `flume` to `v0.11.1`. This fixes some crashes
when it is compiled to wasm and runs under a web browser.
([\#3947](https://github.com/anoma/namada/pull/3947))
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ expectrl = "0.7.0"
eyre = "0.6.12"
fd-lock = "3.0.12"
flate2 = "1.0.22"
flume = "0.11.0"
flume = "0.11.1"
fs_extra = "1.2.0"
futures = "0.3"
git2 = { version = "0.18.1", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44292b0

Please sign in to comment.