Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ferron-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2.8.1"
edition = "2021"

[dependencies]
fancy-regex = "0.18.0"
fancy-regex = "0.19.0"
hyper = { version = "1.9.0", features = ["http1", "http2", "client"] }
vibeio-http = { version = "0.3.0", optional = true }
cidr = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion ferron-modules-builtin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Error Handling & Utilities
anyhow = "1.0.98"
chrono = "0.4.41"
fancy-regex = "0.18.0"
fancy-regex = "0.19.0"
urlencoding = "2.1.3"
send_wrapper = { version = "0.6.0", optional = true, features = ["futures"] }

Expand Down Expand Up @@ -63,7 +63,7 @@
"deflate",
"zstd",
] }
flate2 = { version = "1.1.9", optional = true, default-features = false, features = [

Check warning on line 66 in ferron-modules-builtin/Cargo.toml

View workflow job for this annotation

GitHub Actions / depcheck

shear/unused_optional_dependency

unused optional dependency `flate2`
"zlib-rs"
] }

Expand Down
2 changes: 1 addition & 1 deletion ferron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ send_wrapper = { version = "0.6.0", optional = true, features = ["futures"] }
backtrace = "0.3.76"
hashlink = "0.12.0"
chrono = "0.4.41"
fancy-regex = "0.18.0"
fancy-regex = "0.19.0"
glob = "0.3.2"
rand = "0.10.1"
urlencoding = "2.1.3"
Expand Down
Loading