mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump csv from 1.2.0 to 1.2.1 (#1443)
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/BurntSushi/rust-csv/releases) - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
parent
ad72a48554
commit
1e89d97469
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1063,9 +1063,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "csv"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af91f40b7355f82b0a891f50e70399475945bb0b0da4f1700ce60761c9d3e359"
|
||||
checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad"
|
||||
dependencies = [
|
||||
"csv-core",
|
||||
"itoa",
|
||||
|
|
|
@ -54,7 +54,7 @@ concread = "^0.4.1"
|
|||
cron = "0.12.0"
|
||||
crossbeam = "0.8.1"
|
||||
criterion = "^0.4.0"
|
||||
csv = "1.2.0"
|
||||
csv = "1.2.1"
|
||||
dialoguer = "0.10.3"
|
||||
dyn-clone = "^1.0.11"
|
||||
fernet = "^0.2.0"
|
||||
|
|
Loading…
Reference in a new issue