1
0
Fork 0
forked from wry/wry

all: update dependencies

This commit is contained in:
Julian Orth 2025-01-22 15:56:59 +01:00
parent a218a57e80
commit 0a465f3f60
6 changed files with 37 additions and 103 deletions

View file

@ -12,7 +12,7 @@ crate-type = ["lib", "cdylib"]
[dependencies]
jay-config = { version = "1.6.0", path = "../jay-config" }
log = "0.4.14"
thiserror = "1.0.57"
thiserror = "2.0.11"
error_reporter = "1.0.0"
phf = { version = "0.11.2", features = ["macros"] }
indexmap = "2.2.5"