Skip to content

Commit

Permalink
Merge branch 'main' into refactor/mount-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Nov 24, 2024
2 parents 6b5f08e + eb49eda commit f3cbc6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 29 deletions.
34 changes: 10 additions & 24 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ rustdoc-args = ["--document-private-items", "--generate-link-to-definition"]

[dependencies]
abscissa_core = { version = "0.8.1", default-features = false, features = ["application"] }
rustic_backend = { version = "0.5.0", features = ["cli"] }
rustic_core = { version = "0.6.1", features = ["cli"] }
rustic_backend = { version = "0.5.1", features = ["cli"] }
rustic_core = { version = "0.7.0", features = ["cli"] }

# allocators
jemallocator-global = { version = "0.3.2", optional = true }
Expand All @@ -76,7 +76,7 @@ log = "0.4"
# errors
anyhow = "1"
displaydoc = "0.2.5"
thiserror = "1"
thiserror = "2"

# serialization
serde = { version = "1", features = ["serde_derive"] }
Expand All @@ -95,7 +95,7 @@ simplelog = "0.12"
# commands
bytes = { version = "1.8.0", optional = true }
bytesize = "1"
cached = "0.53.1"
cached = "0.54.0"
clap = { version = "4", features = ["derive", "env", "wrap_help"] }
clap_complete = "4"
conflate = "0.3.3"
Expand Down Expand Up @@ -129,7 +129,7 @@ pretty_assertions = "1.4"
quickcheck = "1"
quickcheck_macros = "1"
rstest = "0.23"
rustic_testing = "0.3.0"
rustic_testing = "0.3.1"
tar = "0.4.42"
tempfile = "3.13"
toml = "0.8"
Expand Down

0 comments on commit f3cbc6c

Please sign in to comment.