Skip to content

Commit

Permalink
Bump async-channel from 1.9.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.9.0 to 2.3.0.
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-channel@v1.9.0...v2.3.0)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 093240b commit 00b8118
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion tremor-connectors-gcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ hyper-rustls = { version = "0.24", default-features = true, features = [
"tokio-runtime",
] }
url = { version = "2.5", default-features = true }
async-channel = { version = "1.9", default-features = true }
async-channel = { version = "2.3", default-features = true }
async-stream = { version = "0.3", default-features = true }
simd-json-derive = { version = "0.13", default-features = true }
simd-json = { version = "0.13", default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion tremor-connectors-otel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tremor-otelapis = { version = "=0.2.4", default-features = false, features = [
"otel-all",
] }
rand = { version = "0.8.5", default-features = false }
async-channel = { version = "1.9", default-features = false }
async-channel = { version = "2.3", default-features = false }
hex = { version = "0.4", default-features = false, features = ["alloc", "std"] }

[dev-dependencies]
Expand Down

0 comments on commit 00b8118

Please sign in to comment.