Skip to content

Commit

Permalink
chore(deps): bump async-stream from 0.3.4 to 0.3.5 (#17076)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 7, 2023
1 parent cbc17be commit c29c817
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ vrl-cli = { package = "vrl-cli", git = "https://github.com/vectordotdev/vrl", re
loki-logproto = { path = "lib/loki-logproto", optional = true }

# Tokio / Futures
async-stream = { version = "0.3.4", default-features = false }
async-stream = { version = "0.3.5", default-features = false }
async-trait = { version = "0.1.68", default-features = false }
futures = { version = "0.3.28", default-features = false, features = ["compat", "io-compat"], package = "futures" }
tokio = { version = "1.26.0", default-features = false, features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
async-recursion = "1.0.4"
async-stream = "0.3.4"
async-stream = "0.3.5"
async-trait = { version = "0.1", default-features = false }
bytecheck = { version = "0.6.9", default-features = false, features = ["std"] }
bytes = { version = "1.4.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tokenize = [
]

[dependencies]
async-stream = "0.3.4"
async-stream = "0.3.5"
bytes = { version = "1.4.0", default-features = false, optional = true }
chrono-tz = { version = "0.8.1", default-features = false, features = ["serde"] }
chrono = { version = "0.4", default-features = false, optional = true, features = ["clock"] }
Expand Down

0 comments on commit c29c817

Please sign in to comment.