Skip to content

Commit

Permalink
Revert "build(s3s): enable asm feature for sha1 & sha2"
Browse files Browse the repository at this point in the history
This reverts commit 88c9586.
  • Loading branch information
Nugine committed Oct 8, 2024
1 parent 88c9586 commit be9ebf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/s3s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ pin-project-lite = "0.2.14"
quick-xml = { version = "0.36.1", features = ["serialize"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_urlencoded = "0.7.1"
sha1 = { version = "0.10.6", features = ["asm"] }
sha2 = { version = "0.10.8", features = ["asm"] }
sha1 = "0.10.6"
sha2 = "0.10.8"
smallvec = "1.13.2"
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["formatting", "parsing", "macros"] }
Expand Down

0 comments on commit be9ebf5

Please sign in to comment.