Skip to content

Commit 450196d

Browse files
build(deps): bump csv from 1.2.2 to 1.3.0 (#588)
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.2 to 1.3.0. - [Commits](BurntSushi/rust-csv@1.2.2...1.3.0) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b18dcb commit 450196d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/awskms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["cryptography", "tink", "kms", "aws"]
1212
categories = ["cryptography"]
1313

1414
[dependencies]
15-
csv = "^1.2.2"
15+
csv = "^1.3.0"
1616
hex = "^0.4.3"
1717
regex = "^1.9.6"
1818
rusoto_core = "^0.48"

0 commit comments

Comments
 (0)