1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-01 17:42:29 +01:00

Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
ee34c54dbc build(deps): bump thiserror from 2.0.11 to 2.0.17
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.11 to 2.0.17.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.11...2.0.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 02:03:09 +00:00

12
Cargo.lock generated
View File

@@ -157,7 +157,7 @@ dependencies = [
"syntect",
"tempfile",
"terminal-colorsaurus",
"thiserror 2.0.11",
"thiserror 2.0.17",
"toml",
"unicode-segmentation",
"unicode-width",
@@ -1691,11 +1691,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.11"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [
"thiserror-impl 2.0.11",
"thiserror-impl 2.0.17",
]
[[package]]
@@ -1711,9 +1711,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.11"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
dependencies = [
"proc-macro2",
"quote",