git.delta.rocks / jrsonnet / refs/commits / d173b8de045b

difftreelog

build update dependencies

qozortmuYaroslav Bolyukin2026-03-12parent: #f0286d7.patch.diff
in: trunk

2 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
448 packageslockfile v4
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,15 +37,15 @@
 indoc = "2.0.6"
 itertools = "0.14.0"
 linked-hash-map = "0.5.6"
-nix = { version = "0.30.1", features = ["fs", "user"] }
+nix = { version = "0.31.2", features = ["fs", "user"] }
 nom = "8.0.0"
-opentelemetry = "0.30.0"
-opentelemetry-otlp = { version = "0.30.0", features = ["grpc-tonic", "gzip-tonic", "http-json"] }
-opentelemetry_sdk = "0.30.0"
+opentelemetry = "0.31.0"
+opentelemetry-otlp = { version = "0.31.0", features = ["grpc-tonic", "gzip-tonic", "http-json"] }
+opentelemetry_sdk = "0.31.0"
 openssh = "0.11.5"
 peg = "0.8.5"
 pkg-config = "0.3.30"
-rand = "0.9.1"
+rand = "0.10.0"
 regex = "1.11"
 serde = { version = "1.0", features = ["derive"] }
 serde-transcode = "1.1.1"
@@ -53,20 +53,18 @@
 shlex = "1.3"
 tabled = "0.20.0"
 tempfile = "3.20"
-test-log = { version = "0.2.18", features = ["trace"] }
+test-log = { version = "0.2.19", features = ["trace"] }
 tf-provider = "0.2.2"
 thiserror = "2.0.12"
 time = "0.3.41"
 tokio = { version = "1.45.1", features = ["fs", "macros", "rt", "rt-multi-thread", "sync", "time"] }
 tokio-util = "0.7.17"
-toml_edit = "0.23.7"
+toml_edit = "0.23.10"
 tracing = "0.1"
 tracing-indicatif = "0.3.13"
-tracing-opentelemetry = "0.31.0"
-# 0.3.20 breaks ansi coloring of log output, which looks very bad with nix.
-# Freezing version until better solution (possibly other console log pretty-printer) is implemented.
-# https://github.com/tokio-rs/tracing/issues/3369
-tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "fmt"] }
+tracing-opentelemetry = "0.32.1"
+# For fixed coloring needs to be updated to https://github.com/tokio-rs/tracing/pull/3484
+tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt"] }
 unicode_categories = "0.1.1"
 vte = { version = "0.15.0", features = ["ansi"] }
 x25519-dalek = { version = "2.0.1", features = ["getrandom"] }