Upgrade incompatible dependencies

This commit is contained in:
Clément Renault 2025-01-08 15:58:03 +01:00
parent dd28a3fd5a
commit 091f989b72
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
10 changed files with 187 additions and 91 deletions

View file

@ -12,6 +12,6 @@ license.workspace = true
[dependencies]
tempfile = "3.15.0"
thiserror = "1.0.69"
thiserror = "2.0.9"
tracing = "0.1.41"
uuid = { version = "1.11.0", features = ["serde", "v4"] }