Skip to content

Commit

Permalink
Merge pull request #415 from cea-sec/dependabot/cargo/rand-0.9.0
Browse files Browse the repository at this point in the history
Bump rand from 0.8.5 to 0.9.0
  • Loading branch information
losynix authored Feb 5, 2025
2 parents cb8795d + ff741d5 commit e5fbddb
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
53 changes: 52 additions & 1 deletion 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 usbsas-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hmac = { version = "0.12", features = ["reset"] }
log = "0.4"
mac_address = "1.1"
nix = { version = "0.29", features = ["process", "signal"] }
rand = "0.8"
rand = "0.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
Expand Down

0 comments on commit e5fbddb

Please sign in to comment.