dependabot[bot] commited on
Commit
5d59a2c
·
unverified ·
1 Parent(s): ecc6875

build(deps): bump error-stack from 0.4.1 to 0.5.0 (#611)

Browse files
Files changed (2) hide show
  1. Cargo.lock +2 -2
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -1180,9 +1180,9 @@ dependencies = [
1180
 
1181
  [[package]]
1182
  name = "error-stack"
1183
- version = "0.4.1"
1184
  source = "registry+https://github.com/rust-lang/crates.io-index"
1185
- checksum = "27a72baa257b5e0e2de241967bc5ee8f855d6072351042688621081d66b2a76b"
1186
  dependencies = [
1187
  "anyhow",
1188
  "rustc_version 0.4.1",
 
1180
 
1181
  [[package]]
1182
  name = "error-stack"
1183
+ version = "0.5.0"
1184
  source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "fe413319145d1063f080f27556fd30b1d70b01e2ba10c2a6e40d4be982ffc5d1"
1186
  dependencies = [
1187
  "anyhow",
1188
  "rustc_version 0.4.1",
Cargo.toml CHANGED
@@ -52,7 +52,7 @@ redis = { version = "0.27.2", features = [
52
  "tcp_nodelay"
53
  ], default-features = false, optional = true }
54
  blake3 = { version = "1.5.4", default-features = false }
55
- error-stack = { version = "0.4.0", default-features = false, features = [
56
  "std",
57
  ] }
58
  async-trait = { version = "0.1.80", default-features = false }
 
52
  "tcp_nodelay"
53
  ], default-features = false, optional = true }
54
  blake3 = { version = "1.5.4", default-features = false }
55
+ error-stack = { version = "0.5.0", default-features = false, features = [
56
  "std",
57
  ] }
58
  async-trait = { version = "0.1.80", default-features = false }