Skip to content

Commit

Permalink
Update Rust crate ed25519-dalek to 2.0.0 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent e2b261a commit d94901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ diesel-derive-enum = { version = "2", features = ["sqlite"] }
diesel_migrations = { version = "2.1.0", features = ["sqlite"] }
displaydoc = { version = "0.2", default-features = false }
dotenv = "0.15.0"
ed25519-dalek = { version = "2.0.0-pre.0", default-features = false }
ed25519-dalek = { version = "2.0.0", default-features = false }
grpcio = "0.13"
hex = { version = "0.4", default-features = false }
libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] }
Expand Down

0 comments on commit d94901a

Please sign in to comment.