mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-13 17:00:35 +00:00
chore(deps): bump servo in /4-Infrastructure/servo-fetch
Bumps [servo](https://github.com/servo/servo) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/servo/servo/releases) - [Commits](https://github.com/servo/servo/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: servo dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5371c70229
commit
ff6de7f0ba
2 changed files with 363 additions and 903 deletions
1264
4-Infrastructure/servo-fetch/Cargo.lock
generated
1264
4-Infrastructure/servo-fetch/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -17,7 +17,7 @@ name = "servo-fetch"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
servo = { version = "0.1.0", default-features = false, features = ["baked-in-resources", "js_jit"] }
|
servo = { version = "0.2.0", default-features = false, features = ["baked-in-resources", "js_jit"] }
|
||||||
dom_smoothie = "0.17"
|
dom_smoothie = "0.17"
|
||||||
dom_query = "0.27"
|
dom_query = "0.27"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue