mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-29 02:54:04 +00:00
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:
parent
afca33eb88
commit
522de4f8c7
3 changed files with 7 additions and 7 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -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]]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue