Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Update sha-1 requirement from 0.9 to 0.10 #34

Merged
merged 1 commit into from
Dec 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sentry-contrib-native = { path = ".", default-features = false, features = [
serde = "1"
serde_derive = "1"
serde_json = "1"
sha-1 = "0.9"
sha-1 = "0.10"
tokio = { version = "1", features = [
"io-util",
"macros",
Expand Down