Skip to content
Closed
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
94 changes: 79 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ url = "2"

# Cryptography (used by backend-s3)
hmac = "0.12"
sha2 = "0.10"
sha2 = "0.11"
hex = "0.4"

# Binary encodings (base32/base64 for opaque cursors and device IDs)
Expand Down
2 changes: 1 addition & 1 deletion crates/backend-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tokio.workspace = true
anyhow.workspace = true
tracing.workspace = true
chrono.workspace = true
sha2 = "0.10"
sha2 = "0.11"
walkdir = "2"
fs2 = "0.4"
toml.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/backend-p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tracing.workspace = true
chrono.workspace = true
toml.workspace = true
rusqlite = { version = "0.35", features = ["bundled"] }
sha2 = "0.10"
sha2 = "0.11"
dirs.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow.workspace = true
thiserror.workspace = true
tracing.workspace = true
chrono.workspace = true
sha2 = "0.10"
sha2 = "0.11"
hmac.workspace = true
rcgen = "0.13"
data-encoding.workspace = true
Expand Down
Loading