Skip to content

Commit

Permalink
chore(deps): Bump csv from 1.3.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.3.0 to 1.3.1.
- [Commits](BurntSushi/rust-csv@1.3.0...1.3.1)

---
updated-dependencies:
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent e02bcb0 commit 7122d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
csv = "1.3.0"
csv = "1.3.1"
encoding_rs = "0.8.35"
reqwest = "0.12.9"
serde = { version = "1.0.214", features = ["derive"] }
Expand Down

0 comments on commit 7122d9b

Please sign in to comment.