Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json.workspace = true
thiserror.workspace = true
automerge.workspace = true
chacha20poly1305.workspace = true
sha2 = "0.10"
sha2 = "0.11"
argon2.workspace = true
ed25519-dalek.workspace = true
getrandom.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ed25519-dalek.workspace = true
base64.workspace = true
hex.workspace = true
getrandom.workspace = true
sha2 = "0.10"
sha2 = "0.11"
rusqlite = { version = "0.32", features = ["bundled"] }

[dev-dependencies]
Expand Down
Loading