Skip to content

Commit

Permalink
build(deps): Bump rftrace-frontend from 0.1.0 to 0.2.1
Browse files Browse the repository at this point in the history
Bumps [rftrace-frontend](https://github.com/hermit-os/rftrace) from 0.1.0 to 0.2.1.
- [Release notes](https://github.com/hermit-os/rftrace/releases)
- [Commits](hermit-os/rftrace@v0.1.0...v0.2.1)

---
updated-dependencies:
- dependency-name: rftrace-frontend
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 9477c76 commit 4ffe4ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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 @@ -59,7 +59,7 @@ tun-tap = { version = "0.1.3", default-features = false }
uhyve-interface = { version = "0.1.1", path = "uhyve-interface", features = ["std"] }
virtio-bindings = { version = "0.2", features = ["virtio-v4_14_0"] }
rftrace = { version = "0.1", optional = true }
rftrace-frontend = { version = "0.1", optional = true }
rftrace-frontend = { version = "0.2", optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
kvm-bindings = "0.8"
Expand Down

0 comments on commit 4ffe4ea

Please sign in to comment.