Skip to content

Commit

Permalink
Update Rust edition and bump dependencies
Browse files Browse the repository at this point in the history
Switched the Rust edition in Cargo.toml from 2021 to 2024. Additionally, update multiple dependencies to their latest versions.
  • Loading branch information
friedemannsommer committed Feb 22, 2025
1 parent 5d0105f commit d85ef4b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 60 deletions.
103 changes: 48 additions & 55 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "searproxy"
version = "0.4.20"
edition = "2021"
edition = "2024"
license = "AGPL-3.0"
publish = false

Expand All @@ -12,19 +12,19 @@ lto = true
[dependencies]
base64 = "=0.22.1"
bytes = "=1.10.0"
clap = { version = "=4.5.28", features = ["derive", "env"] }
clap = { version = "=4.5.30", features = ["derive", "env"] }
fern = "=0.7.1"
futures-util = "=0.3.31"
hex = "=0.4.3"
hmac = "=0.12.1"
htmlentity = "=1.3.2"
log = "=0.4.25"
log = "=0.4.26"
lol_html = "=2.2.0"
markup = { git = "https://github.com/utkarshkukreti/markup.rs", rev = "c1dc693e0d3e312d52160c312961bf47f1cffbf7" }
mime = "=0.3.17"
once_cell = "=1.20.2"
once_cell = "=1.20.3"
regex = "=1.11.1"
serde = { version = "=1.0.217", features = ["derive"] }
serde = { version = "=1.0.218", features = ["derive"] }
serde_qs = "=0.13.0"
thiserror = "=2.0.11"
url = "=2.5.4"
Expand Down

0 comments on commit d85ef4b

Please sign in to comment.