Skip to content

Commit 51c4706

Browse files
committed
upgrade rusqlite to the latest version
1 parent aa34bed commit 51c4706

File tree

3 files changed

+29
-31
lines changed

3 files changed

+29
-31
lines changed

Cargo.lock

Lines changed: 27 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ default = ["max"]
3232

3333
## Everything, all at once.
3434
##
35-
## As fast as possible, tracing, with TUI progress, progress line rendering with auto-configuration, all transports based on their most mature implementation (HTTP), all `ein` tools, CLI colors and local-time support, JSON output, regex support for rev-specs.
35+
## As fast as possible, tracing, with TUI progress, progress line rendering with autoconfiguration, all transports based on their most mature implementation (HTTP), all `ein` tools, CLI colors and local-time support, JSON output, regex support for rev-specs.
3636
## Can be amended with the `http-client-curl-rustls` feature to avoid `openssl` as backend.
3737
max = ["max-control", "fast", "gitoxide-core-blocking-client", "http-client-curl"]
3838

gitoxide-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ crossbeam-channel = { version = "0.5.6", optional = true }
7777
smallvec = { version = "1.10.0", optional = true }
7878

7979
# for 'query' and 'corpus'
80-
rusqlite = { version = "0.31.0", optional = true, features = ["bundled"] }
80+
rusqlite = { version = "0.32.1", optional = true, features = ["bundled"] }
8181

8282
# for 'corpus'
8383
parking_lot = { version = "0.12.1", optional = true }

0 commit comments

Comments
 (0)