Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2023
1 parent 3bc4c7d commit 3748a30
Show file tree
Hide file tree
Showing 11 changed files with 115 additions and 115 deletions.
8 changes: 4 additions & 4 deletions crates/ditto-ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ doctest = false

[dependencies]
ditto-cst = { path = "../ditto-cst" }
serde = { version = "1.0", features = ["derive"] }
petgraph = "0.6"
non-empty-vec = { version = "0.2", features = ["serde"] }
indexmap = { version = "1.9", features = ["serde"] }
serde = { version = "=1.0.162", features = ["derive"] }
petgraph = "=0.6.3"
non-empty-vec = { version = "=0.2.3", features = ["serde"] }
indexmap = { version = "=1.9.3", features = ["serde"] }
#unindent = "xx" <-- might come in useful for smart multi-line strings (like Nix)
24 changes: 12 additions & 12 deletions crates/ditto-checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ doctest = false
[dependencies]
ditto-cst = { path = "../ditto-cst" }
ditto-ast = { path = "../ditto-ast" }
non-empty-vec = "0.2"
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"] }
miette = { version = "5.5", features = ["fancy"] }
thiserror = "1.0"
simsearch = "0.2"
indexmap = "1.9"
serde_json = "1.0"
non-empty-vec = "=0.2.3"
lazy_static = "=1.4.0"
serde = { version = "=1.0.162", features = ["derive"] }
miette = { version = "=5.5.0", features = ["fancy"] }
thiserror = "=1.0.40"
simsearch = "=0.2.4"
indexmap = "=1.9.3"
serde_json = "=1.0.96"

[dev-dependencies]
similar-asserts = "1.4"
serde_json = "1.0"
trycmd = "0.14"
datatest-stable = "0.1"
similar-asserts = "=1.4.2"
serde_json = "=1.0.96"
trycmd = "=0.14.16"
datatest-stable = "=0.1.3"

[[test]]
name = "golden_warning_tests"
Expand Down
74 changes: 37 additions & 37 deletions crates/ditto-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,48 @@ ditto-ast = { path = "../ditto-ast" }
ditto-cst = { path = "../ditto-cst" }
ditto-config = { path = "../ditto-config" }
ditto-fmt = { path = "../ditto-fmt" }
clap = "4.0"
time = { version = "0.3", features = ["serde-human-readable"] }
miette = { version = "5.5", features = ["fancy"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
tracing-appender = "0.2"
tracing-flame = "0.2"
toml = "0.5"
clap = "=4.0.32"
time = { version = "=0.3.20", features = ["serde-human-readable"] }
miette = { version = "=5.5.0", features = ["fancy"] }
tracing = "=0.1.37"
tracing-subscriber = { version = "=0.3.17", features = ["json"] }
tracing-appender = "=0.2.2"
tracing-flame = "=0.2.0"
toml = "=0.5.11"
# https://github.com/notify-rs/notify/issues/249
notify = "5.0.0"
clearscreen = "2.0"
symlink = "0.1.0"
tokio = { version = "1.25", features = ["full"] }
dirs = "4.0"
tempfile = "3.3"
convert_case = "0.6"
reqwest = { version = "0.11", features = ["stream"] }
zip = { version = "0.6", default-features = false, features = [
notify = "=5.0.0"
clearscreen = "=2.0.1"
symlink = "=0.1.0"
tokio = { version = "=1.25.0", features = ["full"] }
dirs = "=4.0.0"
tempfile = "=3.3.0"
convert_case = "=0.6.0"
reqwest = { version = "=0.11.17", features = ["stream"] }
zip = { version = "=0.6.4", default-features = false, features = [
# don't want the `time` feature
"deflate",
] }
indicatif = "0.17"
futures-util = "0.3"
console = "0.15"
serde = "1.0"
serde_json = "1.0"
pathdiff = "0.2"
fs2 = "0.4"
atty = "0.2"
semver = "1.0"
shlex = "1.1"
crossbeam-channel = "0.5"
sha256 = "1.1"
async-recursion = "1.0"
indicatif = "=0.17.3"
futures-util = "=0.3.28"
console = "=0.15.5"
serde = "=1.0.162"
serde_json = "=1.0.96"
pathdiff = "=0.2.1"
fs2 = "=0.4.3"
atty = "=0.2.14"
semver = "=1.0.17"
shlex = "=1.1.0"
crossbeam-channel = "=0.5.8"
sha256 = "=1.1.3"
async-recursion = "=1.0.4"

[dev-dependencies]
assert_cmd = "2.0"
trycmd = "0.14"
walkdir = "2.3"
predicates = "2.1"
assert_fs = "1.0"
similar-asserts = "1.4"
assert_cmd = "=2.0.11"
trycmd = "=0.14.16"
walkdir = "=2.3.3"
predicates = "=2.1.5"
assert_fs = "=1.0.13"
similar-asserts = "=1.4.2"

[build-dependencies]
time = "0.3"
time = "=0.3.20"
16 changes: 8 additions & 8 deletions crates/ditto-codegen-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ doctest = false

[dependencies]
ditto-ast = { path = "../ditto-ast" }
lazy_static = "1.4"
egg = "0.9"
indexmap = "1.9"
lazy_static = "=1.4.0"
egg = "=0.9.3"
indexmap = "=1.9.3"

[dev-dependencies]
ditto-checker = { path = "../ditto-checker" }
ditto-cst = { path = "../ditto-cst" }
non-empty-vec = { version = "0.2" }
similar-asserts = "1.4"
quickcheck = "1.0"
datatest-stable = "0.1"
path-slash = "0.2"
non-empty-vec = { version = "=0.2.3" }
similar-asserts = "=1.4.2"
quickcheck = "=1.0.3"
datatest-stable = "=0.1.3"
path-slash = "=0.2.1"

[[test]]
name = "golden_tests"
Expand Down
22 changes: 11 additions & 11 deletions crates/ditto-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ license = "BSD-3-Clause"
doctest = false

[dependencies]
toml = "0.5"
miette = { version = "5.5", features = ["fancy"] }
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
semver = { version = "1.0", features = ["serde"] }
regex = "1.7"
lazy_static = "1.4"
validated_newtype = "0.1"
toml = "=0.5.11"
miette = { version = "=5.5.0", features = ["fancy"] }
thiserror = "=1.0.40"
serde = { version = "=1.0.162", features = ["derive"] }
serde_json = "=1.0.96"
semver = { version = "=1.0.17", features = ["serde"] }
regex = "=1.7.3"
lazy_static = "=1.4.0"
validated_newtype = "=0.1.1"

[dev-dependencies]
similar-asserts = "1.4"
datatest-stable = "0.1"
similar-asserts = "=1.4.2"
datatest-stable = "=0.1.3"

[[test]]
name = "golden_tests"
Expand Down
20 changes: 10 additions & 10 deletions crates/ditto-cst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ license = "BSD-3-Clause"
doctest = false

[dependencies]
itertools = "0.10"
serde = { version = "1.0", features = ["derive"] }
miette = { version = "5.5", features = ["fancy"] }
thiserror = "1.0"
lalrpop-util = "0.19.8"
regex = "1"
logos = "0.12"
itertools = "=0.10.5"
serde = { version = "=1.0.162", features = ["derive"] }
miette = { version = "=5.5.0", features = ["fancy"] }
thiserror = "=1.0.40"
lalrpop-util = "=0.19.8"
regex = "=1.8.1"
logos = "=0.12.1"
#simsearch = "xx" <-- for suggestions
#unindent = "xx" <-- might come in useful for smart multi-line strings (like Nix)
#codespan = "xx" <-- might be a good replacement for our `Span` type

[dev-dependencies]
similar-asserts = "1.4"
datatest-stable = "0.1"
similar-asserts = "=1.4.2"
datatest-stable = "=0.1.3"

[build-dependencies]
lalrpop = "0.19.8"
lalrpop = "=0.19.8"

[[test]]
name = "golden_tests"
Expand Down
8 changes: 4 additions & 4 deletions crates/ditto-fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ doctest = false

[dependencies]
ditto-cst = { path = "../ditto-cst" }
dprint-core = "0.60"
similar = "2.2"
dprint-core = "=0.60.0"
similar = "=2.2.1"

[dev-dependencies]
similar-asserts = "1.4"
datatest-stable = "0.1"
similar-asserts = "=1.4.2"
datatest-stable = "=0.1.3"

[[test]]
name = "golden_tests"
Expand Down
6 changes: 3 additions & 3 deletions crates/ditto-highlight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ doctest = false

[dependencies]
ditto-tree-sitter = { path = "../ditto-tree-sitter" }
ropey = "1.6"
ropey = "=1.6.0"

[dev-dependencies]
similar-asserts = "1.4"
datatest-stable = "0.1"
similar-asserts = "=1.4.2"
datatest-stable = "=0.1.3"

[[test]]
name = "golden_tests"
Expand Down
20 changes: 10 additions & 10 deletions crates/ditto-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ doctest = false

[dependencies]
salsa = { package = "salsa-2022", git = "https://github.com/salsa-rs/salsa", rev = "20c7834ff34fd00a41b59bec61f3d5c85ea3abd4" }
tower-lsp = "0.18"
ropey = "1.6"
tokio = { version = "1.25", features = ["full"] }
tower-lsp = "=0.18.0"
ropey = "=1.6.0"
tokio = { version = "=1.25.0", features = ["full"] }
ditto-cst = { path = "../ditto-cst" }
ditto-ast = { path = "../ditto-ast" }
ditto-checker = { path = "../ditto-checker" }
Expand All @@ -20,12 +20,12 @@ ditto-make = { path = "../ditto-make" }
ditto-fmt = { path = "../ditto-fmt" }
ditto-tree-sitter = { path = "../ditto-tree-sitter" }
ditto-highlight = { path = "../ditto-highlight" }
miette = { version = "5.5", features = ["fancy"] }
serde = "1.0"
serde_json = "1.0"
log = { version = "0.4", features = ["std"] }
lsp-document = "0.6"
dashmap = "5.4"
miette = { version = "=5.5.0", features = ["fancy"] }
serde = "=1.0.162"
serde_json = "=1.0.96"
log = { version = "=0.4.17", features = ["std"] }
lsp-document = "=0.6.0"
dashmap = "=5.4.0"

[dev-dependencies]
assert_cmd = "2.0"
assert_cmd = "=2.0.11"
28 changes: 14 additions & 14 deletions crates/ditto-make/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ license = "BSD-3-Clause"
doctest = false

[dependencies]
clap = {version = "4.0", features = ["string"] }
miette = { version = "5.5", features = ["fancy"] }
clap = {version = "=4.0.32", features = ["string"] }
miette = { version = "=5.5.0", features = ["fancy"] }
ditto-cst = { path = "../ditto-cst" }
ditto-ast = { path = "../ditto-ast" }
ditto-checker = { path = "../ditto-checker" }
ditto-codegen-js = { path = "../ditto-codegen-js" }
ditto-config = { path = "../ditto-config" }
walkdir = "2.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
petgraph = "0.6"
ciborium = "0.2"
pathdiff = "0.2"
path-slash = "0.2"
semver = { version = "1.0", features = ["serde"] }
thiserror = "1.0"
tracing = "0.1"
walkdir = "=2.3.3"
serde = { version = "=1.0.162", features = ["derive"] }
serde_json = "=1.0.96"
petgraph = "=0.6.3"
ciborium = "=0.2.0"
pathdiff = "=0.2.1"
path-slash = "=0.2.1"
semver = { version = "=1.0.17", features = ["serde"] }
thiserror = "=1.0.40"
tracing = "=0.1.37"
# camino = "xx" <-- start using this ASAP, it's made for exactly this purpose (see the "makefile problem")
# rayon = "xx" <-- more concurrency?

[dev-dependencies]
similar-asserts = "1.4"
trycmd = "0.14"
similar-asserts = "=1.4.2"
trycmd = "=0.14.16"
4 changes: 2 additions & 2 deletions crates/ditto-tree-sitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ license = "BSD-3-Clause"
doctest = false

[dependencies]
tree-sitter = "0.20"
tree-sitter = "=0.20.10"
tree-sitter-ditto = { git = "https://github.com/ditto-lang/tree-sitter-ditto", rev = "8ef1dd94a722c846cf5f3538bc610cdda8a57a74" }

[dev-dependencies]
datatest-stable = "0.1"
datatest-stable = "=0.1.3"

[[test]]
name = "parsing_tests"
Expand Down

0 comments on commit 3748a30

Please sign in to comment.