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

Commit

Permalink
Bump thiserror from 1.0.58 to 1.0.59
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.58...1.0.59)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent b5a7ef3 commit 0485504
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 0485504

Please sign in to comment.