Skip to content

Commit 08624e5

Browse files
dependabot[bot]pratyush618
authored andcommitted
chore(deps): update calamine requirement from 0.26 to 0.34
Updates the requirements on [calamine](https://github.com/tafia/calamine) to permit the latest version. - [Release notes](https://github.com/tafia/calamine/releases) - [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md) - [Commits](tafia/calamine@v0.26.0...v0.34.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d59dab8 commit 08624e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/paperjam-xlsx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ description = "XLSX spreadsheet processing for the paperjam ecosystem"
88

99
[dependencies]
1010
paperjam-model = { path = "../paperjam-model" }
11-
calamine = { version = "0.26", default-features = false }
11+
calamine = { version = "0.34", default-features = false }
1212
rust_xlsxwriter = { version = "0.82", default-features = false }
1313
thiserror = { workspace = true }

0 commit comments

Comments
 (0)