Skip to content

Commit 34a80a4

Browse files
Bump linux-raw-sys from 0.9.3 to 0.9.4
Bumps [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) from 0.9.3 to 0.9.4. - [Commits](sunfishcode/linux-raw-sys@v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: linux-raw-sys dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 661e260 commit 34a80a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -17,7 +17,7 @@ default-env = "0.1.1"
1717
embedded-io = "0.6.1"
1818
goblin = { version = "0.9.3", default-features = false, features = ["elf32", "elf64"] }
1919
heapless = "0.8.0"
20-
linux-raw-sys = { version = "0.9.3", default-features = false, features = ["no_std", "general", "errno"] }
20+
linux-raw-sys = { version = "0.9.4", default-features = false, features = ["no_std", "general", "errno"] }
2121
log = "0.4.27"
2222

2323
[build-dependencies]

0 commit comments

Comments
 (0)