Skip to content

Commit

Permalink
Merge pull request #101 from sarvex/renovate/bstr-1.x
Browse files Browse the repository at this point in the history
Update Rust crate bstr to 1.6.2
  • Loading branch information
sarvex authored Aug 31, 2023
2 parents 852bf46 + 455d98b commit a975fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion memN0ps/eagle-rs/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
[dependencies]
ntapi = { version = "0.4.1", default-features = false}
log = "0.4.20"
bstr = { version = "1.6.1", default-features = false}
bstr = { version = "1.6.2", default-features = false}
kernel-log = "0.1.2"
kernel-print = "0.1.0"
kernel-alloc = "0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion memN0ps/psyscalls-rs/parallel_syscalls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
winapi = { version = "0.3.9", features = ["processthreadsapi", "memoryapi"] }
ntapi = "0.4.1"
bstr = "1.6.1"
bstr = "1.6.2"

0 comments on commit a975fef

Please sign in to comment.