Skip to content

Commit

Permalink
Rust crate rsa 0.8.1 and required fixes
Browse files Browse the repository at this point in the history
Reviewed By: zertosh, Imxset21

Differential Revision: D43263536

fbshipit-source-id: 7219e63b3be7a9065c2516e472ecfc677594e667
  • Loading branch information
Marlon Dutra authored and facebook-github-bot committed Feb 17, 2023
1 parent ed04a6e commit ee9391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/crates/relay-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_bser = "0.3"
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
sha1 = "0.10.5"
sha2 = "0.10"
sha2 = "0.10.6"
signedsource = { path = "../signedsource" }
thiserror = "1.0.36"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
Expand Down

0 comments on commit ee9391e

Please sign in to comment.