ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump thiserror from 1.0.39 to 1.0.40

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.39...1.0.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-20 20:20:59 +00:00 committed by github-actions[bot]
parent afca33eb88
commit 522de4f8c7
3 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View file

@ -1810,22 +1810,22 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.39"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.39"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.104",
"syn 2.0.3",
]
[[package]]

View file

@ -58,7 +58,7 @@ slab = "0.4.8"
tempfile = "3.4.0"
textwrap = "0.16.0"
timeago = { version = "0.4.1", default-features = false }
thiserror = "1.0.39"
thiserror = "1.0.40"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }
indexmap = "1.9.2"

View file

@ -36,7 +36,7 @@ rand_chacha = "0.3.1"
regex = "1.7.1"
serde_json = "1.0.94"
tempfile = "3.4.0"
thiserror = "1.0.39"
thiserror = "1.0.40"
thrift = { version = "0.17.0", default-features = false, optional = true }
whoami = "1.4.0"
zstd = "0.12.3"