Skip to content

Commit

Permalink
chore(deps): update core and testing crates (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Oct 25, 2024
1 parent fb7ddda commit d4420c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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.4.2", features = ["cli"] }
rustic_core = { version = "0.5.4", features = ["cli"] }
rustic_core = { version = "0.5.5", features = ["cli"] }

# allocators
jemallocator-global = { version = "0.3.2", optional = true }
Expand Down Expand Up @@ -117,7 +117,7 @@ pretty_assertions = "1.4"
quickcheck = "1"
quickcheck_macros = "1"
rstest = "0.23"
rustic_testing = "0.2.2"
rustic_testing = "0.2.3"
tempfile = "3.13"
toml = "0.8"

Expand Down

0 comments on commit d4420c3

Please sign in to comment.