Skip to content

Commit 4cc8bf8

Browse files
committed
v0.33.2
1 parent 1715b36 commit 4cc8bf8

File tree

2 files changed

+26
-32
lines changed

2 files changed

+26
-32
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "redlib"
33
description = " Alternative private front-end to Reddit"
44
license = "AGPL-3.0"
55
repository = "https://github.com/redlib-org/redlib"
6-
version = "0.33.1"
6+
version = "0.33.2"
77
authors = [
88
"Matthew Esposito <[email protected]>",
99
"spikecodes <[email protected]>",
@@ -12,7 +12,7 @@ edition = "2021"
1212

1313
[dependencies]
1414
askama = { version = "0.12.1", default-features = false }
15-
cached = { version = "0.48.1", features = ["async"] }
15+
cached = { version = "0.51.3", features = ["async"] }
1616
clap = { version = "4.4.11", default-features = false, features = [
1717
"std",
1818
"env",
@@ -31,13 +31,13 @@ time = { version = "0.3.31", features = ["local-offset"] }
3131
url = "2.5.0"
3232
rust-embed = { version = "8.1.0", features = ["include-exclude"] }
3333
libflate = "2.0.0"
34-
brotli = { version = "3.4.0", features = ["std"] }
34+
brotli = { version = "6.0.0", features = ["std"] }
3535
toml = "0.8.8"
3636
once_cell = "1.19.0"
3737
serde_yaml = "0.9.29"
3838
build_html = "2.4.0"
3939
uuid = { version = "1.6.1", features = ["v4"] }
40-
base64 = "0.21.5"
40+
base64 = "0.22.1"
4141
fastrand = "2.0.1"
4242
log = "0.4.20"
4343
pretty_env_logger = "0.5.0"

0 commit comments

Comments
 (0)