Skip to content

Commit

Permalink
fix(deps): update rustic_core to version 0.5.3
Browse files Browse the repository at this point in the history
This contains an immediate fix for a newly introduced bug in 0.5.2 that involved how the TreeStreamerOnce handled errors when a channel was full.

Fixes v0.9.2 breaks prune operations #1313

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Oct 10, 2024
1 parent 967deae commit 929defd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rustdoc-args = ["--document-private-items", "--generate-link-to-definition"]
[dependencies]
abscissa_core = { version = "0.7.0", default-features = false, features = ["application"] }
rustic_backend = { version = "0.4.1", features = ["cli"] }
rustic_core = { version = "0.5.2", features = ["cli"] }
rustic_core = { version = "0.5.3", features = ["cli"] }

# allocators
jemallocator-global = { version = "0.3.2", optional = true }
Expand Down

0 comments on commit 929defd

Please sign in to comment.