Skip to content

Commit

Permalink
build(deps): bump send_wrapper from 0.4.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [send_wrapper](https://github.com/thk1/send_wrapper) from 0.4.0 to 0.6.0.
- [Release notes](https://github.com/thk1/send_wrapper/releases)
- [Changelog](https://github.com/thk1/send_wrapper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thk1/send_wrapper/commits)

---
updated-dependencies:
- dependency-name: send_wrapper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and huitseeker committed Jun 30, 2022
1 parent 2bf420a commit 45452a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ scopeguard = { version = "1", features = ["use_std"] }
sct-3b31131e45eafb45 = { package = "sct", version = "0.6", default-features = false }
sct-ca01ad9e24f5d932 = { package = "sct", version = "0.7", default-features = false }
semver-dff4ba8e3ae991db = { package = "semver", version = "1", features = ["serde", "std"] }
send_wrapper = { version = "0.4", default-features = false }
send_wrapper = { version = "0.6", default-features = false }
serde-c38e5c1d305a1b54 = { package = "serde", version = "0.8", features = ["std"] }
serde-dff4ba8e3ae991db = { package = "serde", version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] }
serde-hjson = { version = "0.9", default-features = false }
Expand Down Expand Up @@ -1011,7 +1011,7 @@ sct-ca01ad9e24f5d932 = { package = "sct", version = "0.7", default-features = fa
semver-a6292c17cd707f01 = { package = "semver", version = "0.11" }
semver-dff4ba8e3ae991db = { package = "semver", version = "1", features = ["serde", "std"] }
semver-parser = { version = "0.10", default-features = false }
send_wrapper = { version = "0.4", default-features = false }
send_wrapper = { version = "0.6", default-features = false }
serde-c38e5c1d305a1b54 = { package = "serde", version = "0.8", features = ["std"] }
serde-dff4ba8e3ae991db = { package = "serde", version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] }
serde-hjson = { version = "0.9", default-features = false }
Expand Down

0 comments on commit 45452a8

Please sign in to comment.