Browse Source

Merge 0e1a4f54cd into bd43fe2c3d

pull/118/merge
dependabot[bot] 2 months ago committed by GitHub
parent
commit
585869952f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -44,7 +44,7 @@ blake3 = "1.3"
hex = "0.4" hex = "0.4"
image = "0.24" image = "0.24"
once_cell = "1.9" once_cell = "1.9"
rand_chacha = "0.3" rand_chacha = "0.9"
sha2 = "0.10" sha2 = "0.10"
sysinfo = "0.29" sysinfo = "0.29"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }

Loading…
Cancel
Save