Skip to content

Commit efcd5c3

Browse files
authored
cargo: update deps (#44)
1 parent c0f6458 commit efcd5c3

File tree

4 files changed

+51
-31
lines changed

4 files changed

+51
-31
lines changed

Cargo.lock

Lines changed: 48 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ixx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ anyhow = "1.0"
1616

1717
tree-sitter-highlight = "0.24"
1818
# when updating commit, also update HIGHLIGHT_NAMES in highlight.rs
19-
tree-sitter-nix = { git = "https://github.com/nix-community/tree-sitter-nix", rev = "456b14a2fa6315abc7e02fcffaf4a1f35d4955d3" }
19+
tree-sitter-nix = { git = "https://github.com/nix-community/tree-sitter-nix", rev = "0eca4c5cb06196cca6d9e81a64cb4b73bdab1c87" }

libixx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
serde = { version = "1.0", features = ["derive"] }
1010
url = { version = "2.5", features = ["serde"] }
11-
thiserror = "1.0"
11+
thiserror = "2.0"
1212
binrw = "0.14"
1313

1414
[dev-dependencies]

lockfile.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
lockFile = ./Cargo.lock;
3-
outputHashes."tree-sitter-nix-0.0.1" = "sha256-eY+e48XFHvTRlew4LvndGHQog3d/RKDLlIrGr7QOWBY=";
3+
outputHashes."tree-sitter-nix-0.0.1" = "sha256-Vi+hdH6gAAXsqOsTjEzzwU2TvpBqxO4Jxfa7omUtJ5o=";
44
}

0 commit comments

Comments
 (0)