Skip to content

Commit

Permalink
chore: re-arrange test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 5, 2024
1 parent 87caa64 commit da127c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 151 deletions.
146 changes: 4 additions & 142 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 @@ -21,7 +21,6 @@ clap = { version = "4.5.1", features = ["derive", "cargo"] }
cli-table = "0.4.7"
console = "0.15.8"
dotlock = "0.5.0"
fs2 = "0.4.3"
futures = "0.3.30"
hex = "0.4.3"
include_dir = "0.7.3"
Expand All @@ -30,8 +29,10 @@ lazy_static = "1.5.0"
miette = { version = "7.1.0", features = ["fancy"] }
nix = { version = "0.28.0", features = ["signal"] }
petgraph = "0.6.5"
pretty_assertions = { version = "1.4.0", features = ["unstable"] }
regex = "1.10.3"
reqwest = "0.11.26"
schemars = "0.8.16"
schematic = { version = "0.14.3", features = [
"schema",
"yaml",
Expand All @@ -48,9 +49,6 @@ tempdir = "0.3.7"
tempfile = "3.12.0"
thiserror = "1.0.63"
tracing = "0.1.40"
which = "6.0.0"
whoami = "1.5.1"
xdg = "2.5.2"
tokio = { version = "1.39.3", features = [
"process",
"fs",
Expand All @@ -60,7 +58,9 @@ tokio = { version = "1.39.3", features = [
"sync",
"time",
] }
schemars = "0.8.16"
which = "6.0.0"
whoami = "1.5.1"
xdg = "2.5.2"

# Always build optimized sqlx-macro to speed up query checks
[profile.dev.package.sqlx-macros]
Expand Down
3 changes: 3 additions & 0 deletions devenv-tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ tempfile.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true

[dev-dependencies]
pretty_assertions.workspace = true
4 changes: 0 additions & 4 deletions devenv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ tracing.workspace = true
which.workspace = true
whoami.workspace = true
xdg.workspace = true

[dev-dependencies]
pretty_assertions = { version = "1.4.0", features = ["unstable"] }
test-log = { version = "0.2.16", features = ["trace"] }

0 comments on commit da127c2

Please sign in to comment.