Skip to content

Commit 04b4bc8

Browse files
committed
Merge branch 'main' into renovate/thiserror-2.x
2 parents 55b70f8 + ca82c6c commit 04b4bc8

File tree

10 files changed

+112
-418
lines changed

10 files changed

+112
-418
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ reedline = "0.38.0"
8181
rangemap = "1.5.1"
8282
reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }
8383
ringbuffer = "0.15.0"
84-
rusqlite = { version = "0.32" }
84+
rusqlite = { version = "0.34" }
8585
rustls-pemfile = { version = "1.0.4" }
8686
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
8787
semver = "1"
@@ -98,7 +98,7 @@ slog-term = { version = "2.9" }
9898
static_assertions = "1.1.0"
9999
statistical = "1.0.0"
100100
subprocess = "0.2.9"
101-
strum = "0.26"
101+
strum = "0.27"
102102
strum_macros = "0.26"
103103
tempfile = "3"
104104
test-strategy = "0.4.0"

0 commit comments

Comments
 (0)