chore(deps): upgrade dependencies

This commit is contained in:
2025-06-13 00:56:58 +04:00
parent e64011ba16
commit fb6f3fc05f
8 changed files with 598 additions and 2038 deletions

View File

@@ -7,10 +7,11 @@ edition = "2024"
test-utils = []
[dependencies]
calamine = "0.26"
# because original repo is using yanked zip dependency
calamine = { git = "https://github.com/prophittcorey/calamine.git", branch = "fix/zip-3.0" }
chrono = { version = "0.4", features = ["serde"] }
derive_more = { version = "2", features = ["full"] }
sentry = "0.38"
sentry = "0.39"
serde = { version = "1.0.219", features = ["derive"] }
serde_repr = "0.1.20"
regex = "1.11.1"