Browse Source

Bump human-panic from 2.0.0 to 2.0.1 (#1381)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1401/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
426e943afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -2000,9 +2000,9 @@ dependencies = [ @@ -2000,9 +2000,9 @@ dependencies = [
[[package]]
name = "human-panic"
version = "2.0.0"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c5d0e9120f6bca6120d142c7ede1ba376dd6bf276d69dd3dbe6cbeb7824179"
checksum = "1c5a08ed290eac04006e21e63d32e90086b6182c7cd0452d10f4264def1fec9a"
dependencies = [
"anstream",
"anstyle",

2
Cargo.toml

@ -46,7 +46,7 @@ gix = { version = "0.64.0", default-features = false, features = [ @@ -46,7 +46,7 @@ gix = { version = "0.64.0", default-features = false, features = [
] }
gix-features = { version = "0.38.0", features = ["zlib-ng"] }
globset = "0.4.14"
human-panic = "2.0.0"
human-panic = "2.0.1"
image.workspace = true
num-format = "0.4.4"
onefetch-ascii = { path = "ascii", version = "2.19.0" }

Loading…
Cancel
Save