Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Oct 28, 2024
1 parent d8d142b commit 5083219
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 90 deletions.
131 changes: 43 additions & 88 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ regex = "1"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "socks"] }
ring = { version = "0.17", default-features = false }
rinja = { version = "0.3.4", default-features = false }
rinja_axum = "0.3.4"
rinja_axum = { version = "0.3.4", default-features = false }
rss = { version = "2.0", default-features = false }
rust-stemmers = "1.2.0"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -49,7 +49,6 @@ tower-http = { version = "0.6.1", features = ["fs", "compression-zstd", "trace"]
tracing = { version = "0.1", features = ["release_max_level_info", "max_level_info"], default-features = false }
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "smallvec"], default-features = false }
unicode-segmentation = "1"
webpki-roots = "0.26"
whichlang = "0.1.0"

[target.'cfg(not(target_os = "windows"))'.dependencies]
Expand Down

0 comments on commit 5083219

Please sign in to comment.