Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 3b7c917 commit 946c3d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 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 @@ -57,7 +57,7 @@ time = "0.3"
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 = { version = "0.2", optional = true }
rftrace-frontend = { version = "0.1", optional = true }
shell-words = "1"
sysinfo = { version = "0.32.0", default-features = false, features = ["system"] }
Expand Down

0 comments on commit 946c3d3

Please sign in to comment.