Skip to content

Commit 778b181

Browse files
committed
Merge branch 'main' into renovate/tokio-util-0.x-lockfile
2 parents 8bdc9e5 + ca82c6c commit 778b181

File tree

9 files changed

+112
-417
lines changed

9 files changed

+112
-417
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
@@ -80,7 +80,7 @@ rand_chacha = "0.3.1"
8080
reedline = "0.36.0"
8181
reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }
8282
ringbuffer = "0.15.0"
83-
rusqlite = { version = "0.32" }
83+
rusqlite = { version = "0.34" }
8484
rustls-pemfile = { version = "1.0.4" }
8585
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
8686
serde = { version = "1", features = [ "derive" ] }
@@ -96,7 +96,7 @@ slog-term = { version = "2.9" }
9696
static_assertions = "1.1.0"
9797
statistical = "1.0.0"
9898
subprocess = "0.2.9"
99-
strum = "0.26"
99+
strum = "0.27"
100100
strum_macros = "0.26"
101101
tempfile = "3"
102102
test-strategy = "0.4.0"

0 commit comments

Comments
 (0)