Browse Source

Bump crossbeam-channel from 0.5.14 to 0.5.15 (#1558)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1565/head
dependabot[bot] 8 months ago committed by GitHub
parent
commit
c6d36673c9
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

@ -605,9 +605,9 @@ dependencies = [ @@ -605,9 +605,9 @@ dependencies = [
[[package]]
name = "crossbeam-channel"
version = "0.5.14"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [
"crossbeam-utils",
]

2
Cargo.toml

@ -40,7 +40,7 @@ askalono = "0.5.0" @@ -40,7 +40,7 @@ askalono = "0.5.0"
byte-unit = "5.1.6"
clap.workspace = true
clap_complete = "4.5.47"
crossbeam-channel = "0.5.14"
crossbeam-channel = "0.5.15"
gix = { version = "0.71.0", default-features = false, features = [
"max-performance-safe",
"blob-diff",

Loading…
Cancel
Save