Skip to content

Commit 39daac2

Browse files
authoredMar 14, 2022
Merge pull request #212 from kubewarden/renovate/all-patch
fix(deps): update rust crate async-stream to 0.3.3
2 parents 7ee444b + 7dfb2dc commit 39daac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010

1111
[dependencies]
1212
anyhow = "1.0"
13-
async-stream = "0.3.2"
13+
async-stream = "0.3.3"
1414
itertools = "0.10.3"
1515
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.2.13" }
1616
policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.4.3" }

0 commit comments

Comments
 (0)