0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-23 14:38:21 -05:00

Compare commits

..

7 Commits

Author SHA1 Message Date
neon_arch
6efc5e591e 🚨 chore: make cargo clippy happy (#575) 2024-06-08 21:58:07 +03:00
neon_arch
1ab161c7d0
Merge branch 'rolling' into dependabot/cargo/reqwest-0.12.4 2024-06-08 21:56:09 +03:00
neon_arch
b7edf49c4e 🚨 chore: make cargo clippy happy (#575) 2024-06-08 21:40:42 +03:00
dependabot[bot]
3c2533f69a
build(deps): bump async-compression from 0.4.6 to 0.4.11 (#579) 2024-06-08 18:28:42 +00:00
dependabot[bot]
42f121f4d7
build(deps): bump reqwest from 0.11.25 to 0.12.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.25 to 0.12.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.25...v0.12.4)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 18:24:34 +00:00
dependabot[bot]
8225d34a9c
build(deps): bump lightningcss from 1.0.0-alpha.55 to 1.0.0-alpha.57 (#578) 2024-06-08 18:23:44 +00:00
dependabot[bot]
d2954862ea
build(deps): bump mlua from 0.9.6 to 0.9.8 (#577) 2024-06-08 18:19:00 +00:00
2 changed files with 451 additions and 389 deletions

833
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
"brotli",
"gzip",
"http2"
] }
tokio = { version = "1.32.0", features = [
"rt-multi-thread",
@ -40,7 +41,7 @@ actix-cors = { version = "0.7.0", default-features = false }
fake-useragent = { version = "0.1.3", default-features = false }
env_logger = { version = "0.11.1", default-features = false }
log = { version = "0.4.21", default-features = false }
mlua = { version = "0.9.1", features = [
mlua = { version = "0.9.8", features = [
"luajit",
"vendored",
], default-features = false }
@ -66,7 +67,7 @@ actix-governor = { version = "0.5.0", default-features = false }
mini-moka = { version = "0.10", optional = true, default-features = false, features = [
"sync",
] }
async-compression = { version = "0.4.6", default-features = false, features = [
async-compression = { version = "0.4.11", default-features = false, features = [
"brotli",
"tokio",
], optional = true }
@ -96,7 +97,7 @@ criterion = { version = "0.5.1", default-features = false }
tempfile = { version = "3.10.1", default-features = false }
[build-dependencies]
lightningcss = { version = "1.0.0-alpha.55", default-features = false, features = [
lightningcss = { version = "1.0.0-alpha.57", default-features = false, features = [
"grid",
] }
# Disabled until bug fixing update