deps: upgrade dependencies

This commit is contained in:
2026-02-14 15:53:37 +08:00
parent 60cd61d771
commit 795742e3d8
11 changed files with 739 additions and 729 deletions

View File

@@ -12,7 +12,7 @@ nix-compat = { git = "https://git.snix.dev/snix/snix.git", version = "0.1.0", fe
# REPL
anyhow = "1.0"
rustyline = "14.0"
rustyline = "17.0"
# Logging
tracing = "0.1"
@@ -31,7 +31,7 @@ itertools = "0.14"
regex = "1.11"
deno_core = "0.376"
deno_core = "0.385"
deno_error = "0.7"
nix-nar = "0.3"
@@ -40,29 +40,28 @@ hex = "0.4"
base64 = "0.22"
# Fetcher dependencies
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false }
reqwest = { version = "0.13", features = ["blocking", "rustls"], default-features = false }
tar = "0.4"
flate2 = "1.0"
xz2 = "0.1"
bzip2 = "0.5"
zip = "2.2"
bzip2 = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
dirs = "5.0"
# spec 1.0.0
toml = "0.9.9"
dirs = "6.0"
tempfile = "3.24"
rusqlite = { version = "0.33", features = ["bundled"] }
rusqlite = { version = "0.38", features = ["bundled"] }
rnix = "0.12"
rowan = "0.15"
rnix = "0.13"
rowan = "0.16"
nix-js-macros = { path = "../nix-js-macros" }
ere = "0.2.4"
num_enum = "0.7.5"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
criterion = { version = "0.8", features = ["html_reports"] }
[[bench]]
name = "basic_ops"