Skip to content

Commit

Permalink
build: Bump flume from 0.11.0 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [flume](https://github.com/zesterer/flume) from 0.11.0 to 0.11.1.
- [Changelog](https://github.com/zesterer/flume/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zesterer/flume/commits)

---
updated-dependencies:
- dependency-name: flume
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cloud-hypervisor-bot committed Oct 30, 2024
1 parent 39ab102 commit 59a1719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 event_monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "event_monitor"
version = "0.1.0"

[dependencies]
flume = "0.11.0"
flume = "0.11.1"
libc = "0.2.158"
once_cell = "1.20.2"
serde = { version = "1.0.208", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ devices = { path = "../devices" }
dhat = { version = "0.3.3", optional = true }
epoll = "4.3.3"
event_monitor = { path = "../event_monitor" }
flume = "0.11.0"
flume = "0.11.1"
futures = { version = "0.3.30", optional = true }
gdbstub = { version = "0.7.1", optional = true }
gdbstub_arch = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit 59a1719

Please sign in to comment.