build: bump uuid from 1.21.0 to 1.22.0 (#43051)
Bumps uuid from 1.21.0 to 1.22.0.
Release notes
Sourced from uuid's releases.
v1.22.0
What's Changed
- Default to rand 0.10 by
@haxtibalin uuid-rs/uuid#863- Prepare for 1.22.0 release by
@KodrAusin uuid-rs/uuid#864New Contributors
@haxtibalmade their first contribution in uuid-rs/uuid#863Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.22.0
Commits
Dependabot will resolve any conflicts with this PR as long as you don’t alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
The Servo Parallel Browser Engine Project
Servo is a prototype web browser engine written in the Rust language. It is currently developed on 64-bit macOS, 64-bit Linux, 64-bit Windows, 64-bit OpenHarmony, and Android.
Servo welcomes contribution from everyone. Check out:
Coordination of Servo development happens:
Getting started
For more detailed build instructions, see the Servo Book under Getting the Code and Building Servo.
macOS
brew.uv:curl -LsSf https://astral.sh/uv/install.sh | shrustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shcargois available./mach bootstrap./mach buildLinux
curl:sudo pacman -S --needed curlsudo apt install curlsudo dnf install curlsudo emerge net-misc/curluv:curl -LsSf https://astral.sh/uv/install.sh | shrustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shcargois available./mach bootstrap./mach buildWindows
uv,choco, andrustupMicrosoft.VisualStudio.Component.Windows{10, 11}SDK.{>=19041})Microsoft.VisualStudio.Component.VC.Tools.x86.x64)Microsoft.VisualStudio.Component.VC.ATL)cargois available.\mach bootstrap.\mach buildAndroid
ANDROID_SDK_ROOTANDROID_NDK_ROOT:$ANDROID_SDK_ROOT/ndk/28.2.13676358/ANDROID_SDK_ROOTcan be any directory (such as~/android-sdk). All of the Android build dependencies will be installed there.$ANDROID_SDK_ROOT/cmdline-tools/latest.OpenHarmony
HarmonyOS NEXTvs pureOpenHarmony) the build configuration will differ slightly.DEVECO_SDK_HOME(Required when targetingHarmonyOS NEXT)OHOS_BASE_SDK_HOME(Required when targetingOpenHarmony)OHOS_SDK_NATIVE(e.g.${DEVECO_SDK_HOME}/default/openharmony/nativeor${OHOS_BASE_SDK_HOME}/${API_VERSION}/native)SERVO_OHOS_SIGNING_CONFIG: Path to json file containing a valid signing configuration for the demo app.--flavor=<default|harmonyos>tomach <build|package|install>.