1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

build(deps): bump csv from 1.2.2 to 1.3.0

Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.2 to 1.3.0.
- [Commits](https://github.com/BurntSushi/rust-csv/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-05 18:03:41 +00:00
committed by Quentin Gliech
parent 1d093199b7
commit 7c482cdbb5
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -1233,9 +1233,9 @@ dependencies = [
[[package]] [[package]]
name = "csv" name = "csv"
version = "1.2.2" version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086" checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
dependencies = [ dependencies = [
"csv-core", "csv-core",
"itoa", "itoa",
@@ -1245,9 +1245,9 @@ dependencies = [
[[package]] [[package]]
name = "csv-core" name = "csv-core"
version = "0.1.10" version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]

View File

@@ -12,7 +12,7 @@ anyhow.workspace = true
async-trait = "0.1.73" async-trait = "0.1.73"
camino.workspace = true camino.workspace = true
convert_case = "0.6.0" convert_case = "0.6.0"
csv = "1.2.2" csv = "1.3.0"
futures-util = "0.3.28" futures-util = "0.3.28"
hyper = { version = "0.14.27", features = ["tcp", "client", "http1"] } hyper = { version = "0.14.27", features = ["tcp", "client", "http1"] }
serde.workspace = true serde.workspace = true