Skip to content

Commit fb5f3c0

Browse files
Bump sqlite and rustwide
1 parent 985dfe9 commit fb5f3c0

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ lazy_static = "1.0"
2525
mime = "0.3.1"
2626
minifier = { version = "0.2", features = ["html"] }
2727
r2d2 = "0.8.2"
28-
r2d2_sqlite = "0.21.0"
29-
rusqlite = { version = "0.28.0", features = ["chrono", "functions", "bundled"] }
28+
r2d2_sqlite = "0.22.0"
29+
rusqlite = { version = "0.29.0", features = ["chrono", "functions", "bundled"] }
3030
rand = "0.8"
3131
regex = "1.0"
3232
reqwest = { version = "0.11", features = ["blocking", "json"] }
@@ -48,7 +48,7 @@ hmac = "0.12"
4848
sha-1 = "0.10"
4949
rust_team_data = { git = "https://github.com/rust-lang/team" }
5050
systemstat = "0.1.11"
51-
rustwide = { version = "0.15.0", features = ["unstable", "unstable-toolchain-ci"] }
51+
rustwide = { version = "0.16.0", features = ["unstable", "unstable-toolchain-ci"] }
5252
percent-encoding = "2.1.0"
5353
remove_dir_all = "0.7"
5454
ctrlc = "3.1.3"

0 commit comments

Comments
 (0)