Upgrade dependencies

This commit is contained in:
Clément Renault 2025-06-17 22:03:06 +02:00
parent 2616d776f2
commit 03eb50fbac
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
16 changed files with 233 additions and 280 deletions

View file

@ -14,6 +14,6 @@ license.workspace = true
# fixed version due to format breakages in v1.40
insta = { version = "=1.39.0", features = ["json", "redactions"] }
md5 = "0.7.0"
once_cell = "1.20"
once_cell = "1.21"
regex-lite = "0.1.6"
uuid = { version = "1.17.0", features = ["v4"] }