Skip to content

Commit 7964fda

Browse files
committed
Merge branch 'main' into renovate/clearscreen-4.x
2 parents 3fe06ea + ca82c6c commit 7964fda

File tree

13 files changed

+137
-430
lines changed

13 files changed

+137
-430
lines changed

Cargo.lock

+38-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ rayon = "1.10.0"
7878
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
7979
rand_chacha = "0.3.1"
8080
reedline = "0.38.0"
81+
rangemap = "1.5.1"
8182
reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }
8283
ringbuffer = "0.15.0"
83-
rusqlite = { version = "0.32" }
84+
rusqlite = { version = "0.34" }
8485
rustls-pemfile = { version = "1.0.4" }
8586
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
8687
semver = "1"
@@ -97,7 +98,7 @@ slog-term = { version = "2.9" }
9798
static_assertions = "1.1.0"
9899
statistical = "1.0.0"
99100
subprocess = "0.2.9"
100-
strum = "0.26"
101+
strum = "0.27"
101102
strum_macros = "0.26"
102103
tempfile = "3"
103104
test-strategy = "0.4.0"

0 commit comments

Comments
 (0)