Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #317 from hadronized/dependabot/cargo/master/thise…
Browse files Browse the repository at this point in the history
…rror-1.0.59

Bump thiserror from 1.0.58 to 1.0.59
  • Loading branch information
hadronized committed Apr 23, 2024
2 parents b5a7ef3 + 0485504 commit e3a68dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion kak-tree-sitter-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ rust-version = "1.65.0"
dirs = "5.0.1"
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0.57"
thiserror = "1.0.59"
toml = "0.8.12"
2 changes: 1 addition & 1 deletion kak-tree-sitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mio = { version = "0.8.11", features = ["net", "os-ext", "os-poll"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.116"
simple_logger = "4.3.3"
thiserror = "1.0.57"
thiserror = "1.0.59"
tree-sitter = "0.20.10"
tree-sitter-highlight = "0.20.1"
unicode-segmentation = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion ktsctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dirs = "5.0.1"
kak-tree-sitter-config = { version = "0.5.0-dev", path = "../kak-tree-sitter-config" }
log = "0.4.21"
simple_logger = "4.3.3"
thiserror = "1.0.57"
thiserror = "1.0.59"
unicode-segmentation = "1.11.0"

0 comments on commit e3a68dc

Please sign in to comment.