Merge pull request #8 from lavafroth/dependabot/cargo/thiserror-2.0.15

chore(deps): bump thiserror from 2.0.12 to 2.0.15
This commit is contained in:
Himadri Bhattacharjee
2025-08-26 03:59:56 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@@ -1694,7 +1694,7 @@ dependencies = [
"ratatui",
"ringbuffer",
"russh",
"thiserror 2.0.12",
"thiserror 2.0.15",
"tokio",
"tui-textarea",
]
@@ -2256,11 +2256,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.12"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850"
dependencies = [
"thiserror-impl 2.0.12",
"thiserror-impl 2.0.15",
]
[[package]]
@@ -2276,9 +2276,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.12"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -11,6 +11,6 @@ log = "0.4.27"
ratatui = "0.29.0"
ringbuffer = "0.16.0"
russh = "0.54.1"
thiserror = "2.0.12"
thiserror = "2.0.15"
tokio = "1.44.1"
tui-textarea = { version = "0.7.0", features = ["termion"] }