From d0be4e845d55e08206e922c1e9ad0b56ec1b24cf Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:18:50 +0200 Subject: [PATCH] release: Bump version number to 0.1 (#43797) In preparation for the next release, bump the version number to 0.1. 0.1 will be an LTS release, which receives extended support in terms of security updates (e.g. spidermonkey security updates). Please keep in mind that as always no specific guarantees or response times are given, and any updated are provided on a best effort basis. Previously some projects had a demo integration of servo based on some version of servo, and then never or rarely updated it. Providing an LTS release offers an option to embedders to integrate servo, while reducing API churn and having a somewhat fixed schedule to adhere to in terms of upgrades. Currently, the plan is for a new LTS release every 6 months, with additional documentation regarding API changes and recommended migration patterns (best-effort and subject to change). Testing: No functional changes. Additional testing will be performed post-merge on the newly created release branch. Signed-off-by: Jonathan Schwender --- Cargo.lock | 140 ++-- Cargo.toml | 128 ++-- ports/servoshell/platform/macos/Info.plist | 2 +- .../platform/windows/servoshell.exe.manifest | 2 +- resources/resource_protocol/license.html | 631 ++++++------------ support/android/apk/servoapp/build.gradle.kts | 2 +- support/openharmony/entry/oh-package.json5 | 2 +- support/openharmony/oh-package.json5 | 2 +- support/windows/servoshell.wxs.mako | 2 +- 9 files changed, 355 insertions(+), 556 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 529ac6b4228..641f6cb714d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1830,7 +1830,7 @@ dependencies = [ [[package]] name = "deny_public_fields_tests" -version = "0.0.6" +version = "0.1.0" dependencies = [ "servo-deny-public-fields", ] @@ -4903,7 +4903,7 @@ dependencies = [ [[package]] name = "malloc_size_of_tests" -version = "0.0.6" +version = "0.1.0" dependencies = [ "servo-malloc-size-of", "servo_arc", @@ -6484,7 +6484,7 @@ dependencies = [ [[package]] name = "profile_tests" -version = "0.0.6" +version = "0.1.0" dependencies = [ "ipc-channel", "servo-config", @@ -7182,7 +7182,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "script_tests" -version = "0.0.6" +version = "0.1.0" dependencies = [ "encoding_rs", "euclid", @@ -7411,7 +7411,7 @@ dependencies = [ [[package]] name = "servo" -version = "0.0.6" +version = "0.1.0" dependencies = [ "accesskit", "accesskit_consumer", @@ -7486,7 +7486,7 @@ dependencies = [ [[package]] name = "servo-allocator" -version = "0.0.6" +version = "0.1.0" dependencies = [ "backtrace", "libc", @@ -7499,7 +7499,7 @@ dependencies = [ [[package]] name = "servo-background-hang-monitor" -version = "0.0.6" +version = "0.1.0" dependencies = [ "backtrace", "crossbeam-channel", @@ -7516,7 +7516,7 @@ dependencies = [ [[package]] name = "servo-background-hang-monitor-api" -version = "0.0.6" +version = "0.1.0" dependencies = [ "serde", "servo-base", @@ -7524,7 +7524,7 @@ dependencies = [ [[package]] name = "servo-base" -version = "0.0.6" +version = "0.1.0" dependencies = [ "accesskit", "crossbeam-channel", @@ -7548,7 +7548,7 @@ dependencies = [ [[package]] name = "servo-bluetooth" -version = "0.0.6" +version = "0.1.0" dependencies = [ "bitflags 2.11.0", "blurmock", @@ -7566,7 +7566,7 @@ dependencies = [ [[package]] name = "servo-bluetooth-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "regex", "serde", @@ -7576,7 +7576,7 @@ dependencies = [ [[package]] name = "servo-canvas" -version = "0.0.6" +version = "0.1.0" dependencies = [ "bytemuck", "crossbeam-channel", @@ -7604,7 +7604,7 @@ dependencies = [ [[package]] name = "servo-canvas-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "crossbeam-channel", "euclid", @@ -7624,7 +7624,7 @@ dependencies = [ [[package]] name = "servo-config" -version = "0.0.6" +version = "0.1.0" dependencies = [ "serde", "serde_json", @@ -7634,7 +7634,7 @@ dependencies = [ [[package]] name = "servo-config-macro" -version = "0.0.6" +version = "0.1.0" dependencies = [ "proc-macro2", "quote", @@ -7644,7 +7644,7 @@ dependencies = [ [[package]] name = "servo-constellation" -version = "0.0.6" +version = "0.1.0" dependencies = [ "accesskit", "backtrace", @@ -7690,7 +7690,7 @@ dependencies = [ [[package]] name = "servo-constellation-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "content-security-policy", "encoding_rs", @@ -7724,14 +7724,14 @@ dependencies = [ [[package]] name = "servo-default-resources" -version = "0.0.6" +version = "0.1.0" dependencies = [ "servo-embedder-traits", ] [[package]] name = "servo-deny-public-fields" -version = "0.0.6" +version = "0.1.0" dependencies = [ "syn", "synstructure", @@ -7739,7 +7739,7 @@ dependencies = [ [[package]] name = "servo-devtools" -version = "0.0.6" +version = "0.1.0" dependencies = [ "atomic_refcell", "base64 0.22.1", @@ -7767,7 +7767,7 @@ dependencies = [ [[package]] name = "servo-devtools-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "http 1.4.0", "malloc_size_of_derive", @@ -7783,7 +7783,7 @@ dependencies = [ [[package]] name = "servo-dom-struct" -version = "0.0.6" +version = "0.1.0" dependencies = [ "proc-macro2", "quote", @@ -7792,7 +7792,7 @@ dependencies = [ [[package]] name = "servo-embedder-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "accesskit", "bitflags 2.11.0", @@ -7824,7 +7824,7 @@ dependencies = [ [[package]] name = "servo-fonts" -version = "0.0.6" +version = "0.1.0" dependencies = [ "app_units", "bitflags 2.11.0", @@ -7879,7 +7879,7 @@ dependencies = [ [[package]] name = "servo-fonts-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "atomic_refcell", "dwrote", @@ -7902,7 +7902,7 @@ dependencies = [ [[package]] name = "servo-geometry" -version = "0.0.6" +version = "0.1.0" dependencies = [ "app_units", "euclid", @@ -7929,7 +7929,7 @@ dependencies = [ [[package]] name = "servo-jstraceable-derive" -version = "0.0.6" +version = "0.1.0" dependencies = [ "proc-macro2", "syn", @@ -7938,7 +7938,7 @@ dependencies = [ [[package]] name = "servo-layout" -version = "0.0.6" +version = "0.1.0" dependencies = [ "app_units", "atomic_refcell", @@ -7992,7 +7992,7 @@ dependencies = [ [[package]] name = "servo-layout-api" -version = "0.0.6" +version = "0.1.0" dependencies = [ "app_units", "atomic_refcell", @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "servo-malloc-size-of" -version = "0.0.6" +version = "0.1.0" dependencies = [ "accountable-refcell", "app_units", @@ -8064,7 +8064,7 @@ dependencies = [ [[package]] name = "servo-media" -version = "0.0.6" +version = "0.1.0" dependencies = [ "once_cell", "servo-media-audio", @@ -8076,7 +8076,7 @@ dependencies = [ [[package]] name = "servo-media-audio" -version = "0.0.6" +version = "0.1.0" dependencies = [ "byte-slice-cast", "euclid", @@ -8098,7 +8098,7 @@ dependencies = [ [[package]] name = "servo-media-auto" -version = "0.0.6" +version = "0.1.0" dependencies = [ "servo-media-dummy", "servo-media-gstreamer", @@ -8106,7 +8106,7 @@ dependencies = [ [[package]] name = "servo-media-derive" -version = "0.0.6" +version = "0.1.0" dependencies = [ "proc-macro2", "quote", @@ -8115,7 +8115,7 @@ dependencies = [ [[package]] name = "servo-media-dummy" -version = "0.0.6" +version = "0.1.0" dependencies = [ "ipc-channel", "servo-media", @@ -8128,7 +8128,7 @@ dependencies = [ [[package]] name = "servo-media-examples" -version = "0.0.6" +version = "0.1.0" dependencies = [ "euclid", "rand 0.9.2", @@ -8140,7 +8140,7 @@ dependencies = [ [[package]] name = "servo-media-gstreamer" -version = "0.0.6" +version = "0.1.0" dependencies = [ "byte-slice-cast", "glib", @@ -8172,7 +8172,7 @@ dependencies = [ [[package]] name = "servo-media-gstreamer-render" -version = "0.0.6" +version = "0.1.0" dependencies = [ "gstreamer", "gstreamer-video", @@ -8181,7 +8181,7 @@ dependencies = [ [[package]] name = "servo-media-gstreamer-render-android" -version = "0.0.6" +version = "0.1.0" dependencies = [ "glib", "gstreamer", @@ -8194,7 +8194,7 @@ dependencies = [ [[package]] name = "servo-media-gstreamer-render-unix" -version = "0.0.6" +version = "0.1.0" dependencies = [ "glib", "gstreamer", @@ -8209,7 +8209,7 @@ dependencies = [ [[package]] name = "servo-media-player" -version = "0.0.6" +version = "0.1.0" dependencies = [ "ipc-channel", "malloc_size_of_derive", @@ -8222,7 +8222,7 @@ dependencies = [ [[package]] name = "servo-media-streams" -version = "0.0.6" +version = "0.1.0" dependencies = [ "malloc_size_of_derive", "servo-malloc-size-of", @@ -8231,7 +8231,7 @@ dependencies = [ [[package]] name = "servo-media-thread" -version = "0.0.6" +version = "0.1.0" dependencies = [ "euclid", "ipc-channel", @@ -8248,7 +8248,7 @@ dependencies = [ [[package]] name = "servo-media-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "malloc_size_of_derive", "servo-malloc-size-of", @@ -8256,7 +8256,7 @@ dependencies = [ [[package]] name = "servo-media-webrtc" -version = "0.0.6" +version = "0.1.0" dependencies = [ "log", "servo-media-streams", @@ -8265,7 +8265,7 @@ dependencies = [ [[package]] name = "servo-metrics" -version = "0.0.6" +version = "0.1.0" dependencies = [ "malloc_size_of_derive", "servo-base", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "servo-net" -version = "0.0.6" +version = "0.1.0" dependencies = [ "async-compression", "async-recursion", @@ -8350,7 +8350,7 @@ dependencies = [ [[package]] name = "servo-net-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "content-security-policy", "cookie 0.18.1", @@ -8390,7 +8390,7 @@ dependencies = [ [[package]] name = "servo-paint" -version = "0.0.6" +version = "0.1.0" dependencies = [ "bitflags 2.11.0", "crossbeam-channel", @@ -8430,7 +8430,7 @@ dependencies = [ [[package]] name = "servo-paint-api" -version = "0.0.6" +version = "0.1.0" dependencies = [ "bitflags 2.11.0", "crossbeam-channel", @@ -8465,7 +8465,7 @@ dependencies = [ [[package]] name = "servo-pixels" -version = "0.0.6" +version = "0.1.0" dependencies = [ "criterion", "euclid", @@ -8480,7 +8480,7 @@ dependencies = [ [[package]] name = "servo-profile" -version = "0.0.6" +version = "0.1.0" dependencies = [ "libc", "log", @@ -8498,7 +8498,7 @@ dependencies = [ [[package]] name = "servo-profile-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "crossbeam-channel", "ipc-channel", @@ -8514,7 +8514,7 @@ dependencies = [ [[package]] name = "servo-script" -version = "0.0.6" +version = "0.1.0" dependencies = [ "accountable-refcell", "aes", @@ -8653,7 +8653,7 @@ dependencies = [ [[package]] name = "servo-script-bindings" -version = "0.0.6" +version = "0.1.0" dependencies = [ "bitflags 2.11.0", "crossbeam-channel", @@ -8692,7 +8692,7 @@ dependencies = [ [[package]] name = "servo-script-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "accesskit", "crossbeam-channel", @@ -8727,7 +8727,7 @@ dependencies = [ [[package]] name = "servo-storage" -version = "0.0.6" +version = "0.1.0" dependencies = [ "libc", "log", @@ -8754,7 +8754,7 @@ dependencies = [ [[package]] name = "servo-storage-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "malloc_size_of_derive", "serde", @@ -8767,7 +8767,7 @@ dependencies = [ [[package]] name = "servo-timers" -version = "0.0.6" +version = "0.1.0" dependencies = [ "crossbeam-channel", "malloc_size_of_derive", @@ -8776,7 +8776,7 @@ dependencies = [ [[package]] name = "servo-tracing" -version = "0.0.6" +version = "0.1.0" dependencies = [ "prettyplease", "proc-macro2", @@ -8786,7 +8786,7 @@ dependencies = [ [[package]] name = "servo-url" -version = "0.0.6" +version = "0.1.0" dependencies = [ "encoding_rs", "malloc_size_of_derive", @@ -8799,7 +8799,7 @@ dependencies = [ [[package]] name = "servo-webdriver-server" -version = "0.0.6" +version = "0.1.0" dependencies = [ "base64 0.22.1", "cookie 0.18.1", @@ -8825,7 +8825,7 @@ dependencies = [ [[package]] name = "servo-webgl" -version = "0.0.6" +version = "0.1.0" dependencies = [ "bitflags 2.11.0", "byteorder", @@ -8849,7 +8849,7 @@ dependencies = [ [[package]] name = "servo-webgpu" -version = "0.0.6" +version = "0.1.0" dependencies = [ "arrayvec", "euclid", @@ -8867,7 +8867,7 @@ dependencies = [ [[package]] name = "servo-webgpu-traits" -version = "0.0.6" +version = "0.1.0" dependencies = [ "arrayvec", "malloc_size_of_derive", @@ -8882,7 +8882,7 @@ dependencies = [ [[package]] name = "servo-webxr" -version = "0.0.6" +version = "0.1.0" dependencies = [ "crossbeam-channel", "euclid", @@ -8900,7 +8900,7 @@ dependencies = [ [[package]] name = "servo-webxr-api" -version = "0.0.6" +version = "0.1.0" dependencies = [ "euclid", "ipc-channel", @@ -8915,7 +8915,7 @@ dependencies = [ [[package]] name = "servo-xpath" -version = "0.0.6" +version = "0.1.0" dependencies = [ "log", "malloc_size_of_derive", @@ -8934,7 +8934,7 @@ dependencies = [ [[package]] name = "servoshell" -version = "0.0.6" +version = "0.1.0" dependencies = [ "accesskit", "android_logger", @@ -9327,7 +9327,7 @@ dependencies = [ [[package]] name = "style_tests" -version = "0.0.6" +version = "0.1.0" dependencies = [ "app_units", "cssparser", diff --git a/Cargo.toml b/Cargo.toml index 6976a7eff80..1b4cee5f2f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ default-members = ["ports/servoshell"] exclude = [".cargo", "support/crown"] [workspace.package] -version = "0.0.6" +version = "0.1.0" authors = ["The Servo Project Developers"] repository = "https://github.com/servo/servo" # A generic description for packages that don't have a meaningful description yet. @@ -230,69 +230,69 @@ xml5ever = "0.39" # be listed here, between the `Begin` and `End` comments, so that we can easily find and # update the version requirements when bumping the workspace version. # Begin workspace-version dependencies - Don't change this comment, we grep for it in scripts! -deny_public_fields = { package = "servo-deny-public-fields", version = "0.0.6", path = "components/deny_public_fields" } -devtools = { package = "servo-devtools", version = "0.0.6", path = "components/devtools" } -devtools_traits = { package = "servo-devtools-traits", version = "0.0.6", path = "components/shared/devtools" } -dom_struct = { package = "servo-dom-struct", version = "0.0.6", path = "components/dom_struct" } -embedder_traits = { package = "servo-embedder-traits", version = "0.0.6", path = "components/shared/embedder" } -fonts = { package = "servo-fonts", version = "0.0.6", path = "components/fonts" } -fonts_traits = { package = "servo-fonts-traits", version = "0.0.6", path = "components/shared/fonts" } -jstraceable_derive = { package = "servo-jstraceable-derive", version = "0.0.6", path = "components/jstraceable_derive" } -layout = { package = "servo-layout", version = "0.0.6", path = "components/layout" } -layout_api = { package = "servo-layout-api", version = "0.0.6", path = "components/shared/layout" } -malloc_size_of = { package = "servo-malloc-size-of", version = "0.0.6", path = "components/malloc_size_of" } -media = { package = "servo-media-thread", version = "0.0.6", path = "components/media/media-thread" } -metrics = { package = "servo-metrics", version = "0.0.6", path = "components/metrics" } -net = { package = "servo-net", version = "0.0.6", path = "components/net" } -net_traits = { package = "servo-net-traits", version = "0.0.6", path = "components/shared/net" } -paint = { package = "servo-paint", version = "0.0.6", path = "components/paint" } -paint_api = { package = "servo-paint-api", version = "0.0.6", path = "components/shared/paint" } -pixels = { package = "servo-pixels", version = "0.0.6", path = "components/pixels" } -profile = { package = "servo-profile", version = "0.0.6", path = "components/profile" } -profile_traits = { package = "servo-profile-traits", version = "0.0.6", path = "components/shared/profile" } -script = { package = "servo-script", version = "0.0.6", path = "components/script" } -script_bindings = { package = "servo-script-bindings", version = "0.0.6", path = "components/script_bindings" } -script_traits = { package = "servo-script-traits", version = "0.0.6", path = "components/shared/script" } -servo = { version = "0.0.6", path = "components/servo", default-features = false } -servo-allocator = { version = "0.0.6", path = "components/allocator" } -servo-background-hang-monitor = { version = "0.0.6", path = "components/background_hang_monitor" } -servo-background-hang-monitor-api = { version = "0.0.6", path = "components/shared/background_hang_monitor" } -servo-base = { version = "0.0.6", path = "components/shared/base" } -servo-bluetooth = { version = "0.0.6", path = "components/bluetooth" } -servo-bluetooth-traits = { version = "0.0.6", path = "components/shared/bluetooth" } -servo-canvas = { version = "0.0.6", path = "components/canvas" } -servo-canvas-traits = { version = "0.0.6", path = "components/shared/canvas" } -servo-config = { version = "0.0.6", path = "components/config" } -servo-config-macro = { version = "0.0.6", path = "components/config/macro" } -servo-constellation = { version = "0.0.6", path = "components/constellation" } -servo-constellation-traits = { version = "0.0.6", path = "components/shared/constellation" } -servo-default-resources = { version = "0.0.6", path = "components/default-resources" } -servo-geometry = { version = "0.0.6", path = "components/geometry" } -servo-media = { version = "0.0.6", path = "components/media/servo-media" } -servo-media-audio = { version = "0.0.6", path = "components/media/audio" } -servo-media-auto = { version = "0.0.6", path = "components/media/backends/auto" } -servo-media-derive = { version = "0.0.6", path = "components/media/servo-media-derive" } -servo-media-dummy = { version = "0.0.6", path = "components/media/backends/dummy" } -servo-media-gstreamer = { version = "0.0.6", path = "components/media/backends/gstreamer" } -servo-media-gstreamer-render = { version = "0.0.6", path = "components/media/backends/gstreamer/render" } -servo-media-gstreamer-render-android = { version = "0.0.6", path = "components/media/backends/gstreamer/render-android" } -servo-media-gstreamer-render-unix = { version = "0.0.6", path = "components/media/backends/gstreamer/render-unix" } -servo-media-player = { version = "0.0.6", path = "components/media/player" } -servo-media-streams = { version = "0.0.6", path = "components/media/streams" } -servo-media-traits = { version = "0.0.6", path = "components/media/traits" } -servo-media-webrtc = { version = "0.0.6", path = "components/media/webrtc" } -servo-tracing = { version = "0.0.6", path = "components/servo_tracing" } -servo-url = { version = "0.0.6", path = "components/url" } -storage = { package = "servo-storage", version = "0.0.6", path = "components/storage" } -storage_traits = { package = "servo-storage-traits", version = "0.0.6", path = "components/shared/storage" } -timers = { package = "servo-timers", version = "0.0.6", path = "components/timers" } -webdriver_server = { package = "servo-webdriver-server", version = "0.0.6", path = "components/webdriver_server" } -webgl = { package = "servo-webgl", version = "0.0.6", path = "components/webgl", default-features = false } -webgpu = { package = "servo-webgpu", version = "0.0.6", path = "components/webgpu" } -webgpu_traits = { package = "servo-webgpu-traits", version = "0.0.6", path = "components/shared/webgpu" } -webxr = { package = "servo-webxr", version = "0.0.6", path = "components/webxr" } -webxr-api = { package = "servo-webxr-api", version = "0.0.6", path = "components/shared/webxr" } -xpath = { package = "servo-xpath", version = "0.0.6", path = "components/xpath" } +deny_public_fields = { package = "servo-deny-public-fields", version = "0.1.0", path = "components/deny_public_fields" } +devtools = { package = "servo-devtools", version = "0.1.0", path = "components/devtools" } +devtools_traits = { package = "servo-devtools-traits", version = "0.1.0", path = "components/shared/devtools" } +dom_struct = { package = "servo-dom-struct", version = "0.1.0", path = "components/dom_struct" } +embedder_traits = { package = "servo-embedder-traits", version = "0.1.0", path = "components/shared/embedder" } +fonts = { package = "servo-fonts", version = "0.1.0", path = "components/fonts" } +fonts_traits = { package = "servo-fonts-traits", version = "0.1.0", path = "components/shared/fonts" } +jstraceable_derive = { package = "servo-jstraceable-derive", version = "0.1.0", path = "components/jstraceable_derive" } +layout = { package = "servo-layout", version = "0.1.0", path = "components/layout" } +layout_api = { package = "servo-layout-api", version = "0.1.0", path = "components/shared/layout" } +malloc_size_of = { package = "servo-malloc-size-of", version = "0.1.0", path = "components/malloc_size_of" } +media = { package = "servo-media-thread", version = "0.1.0", path = "components/media/media-thread" } +metrics = { package = "servo-metrics", version = "0.1.0", path = "components/metrics" } +net = { package = "servo-net", version = "0.1.0", path = "components/net" } +net_traits = { package = "servo-net-traits", version = "0.1.0", path = "components/shared/net" } +paint = { package = "servo-paint", version = "0.1.0", path = "components/paint" } +paint_api = { package = "servo-paint-api", version = "0.1.0", path = "components/shared/paint" } +pixels = { package = "servo-pixels", version = "0.1.0", path = "components/pixels" } +profile = { package = "servo-profile", version = "0.1.0", path = "components/profile" } +profile_traits = { package = "servo-profile-traits", version = "0.1.0", path = "components/shared/profile" } +script = { package = "servo-script", version = "0.1.0", path = "components/script" } +script_bindings = { package = "servo-script-bindings", version = "0.1.0", path = "components/script_bindings" } +script_traits = { package = "servo-script-traits", version = "0.1.0", path = "components/shared/script" } +servo = { version = "0.1.0", path = "components/servo", default-features = false } +servo-allocator = { version = "0.1.0", path = "components/allocator" } +servo-background-hang-monitor = { version = "0.1.0", path = "components/background_hang_monitor" } +servo-background-hang-monitor-api = { version = "0.1.0", path = "components/shared/background_hang_monitor" } +servo-base = { version = "0.1.0", path = "components/shared/base" } +servo-bluetooth = { version = "0.1.0", path = "components/bluetooth" } +servo-bluetooth-traits = { version = "0.1.0", path = "components/shared/bluetooth" } +servo-canvas = { version = "0.1.0", path = "components/canvas" } +servo-canvas-traits = { version = "0.1.0", path = "components/shared/canvas" } +servo-config = { version = "0.1.0", path = "components/config" } +servo-config-macro = { version = "0.1.0", path = "components/config/macro" } +servo-constellation = { version = "0.1.0", path = "components/constellation" } +servo-constellation-traits = { version = "0.1.0", path = "components/shared/constellation" } +servo-default-resources = { version = "0.1.0", path = "components/default-resources" } +servo-geometry = { version = "0.1.0", path = "components/geometry" } +servo-media = { version = "0.1.0", path = "components/media/servo-media" } +servo-media-audio = { version = "0.1.0", path = "components/media/audio" } +servo-media-auto = { version = "0.1.0", path = "components/media/backends/auto" } +servo-media-derive = { version = "0.1.0", path = "components/media/servo-media-derive" } +servo-media-dummy = { version = "0.1.0", path = "components/media/backends/dummy" } +servo-media-gstreamer = { version = "0.1.0", path = "components/media/backends/gstreamer" } +servo-media-gstreamer-render = { version = "0.1.0", path = "components/media/backends/gstreamer/render" } +servo-media-gstreamer-render-android = { version = "0.1.0", path = "components/media/backends/gstreamer/render-android" } +servo-media-gstreamer-render-unix = { version = "0.1.0", path = "components/media/backends/gstreamer/render-unix" } +servo-media-player = { version = "0.1.0", path = "components/media/player" } +servo-media-streams = { version = "0.1.0", path = "components/media/streams" } +servo-media-traits = { version = "0.1.0", path = "components/media/traits" } +servo-media-webrtc = { version = "0.1.0", path = "components/media/webrtc" } +servo-tracing = { version = "0.1.0", path = "components/servo_tracing" } +servo-url = { version = "0.1.0", path = "components/url" } +storage = { package = "servo-storage", version = "0.1.0", path = "components/storage" } +storage_traits = { package = "servo-storage-traits", version = "0.1.0", path = "components/shared/storage" } +timers = { package = "servo-timers", version = "0.1.0", path = "components/timers" } +webdriver_server = { package = "servo-webdriver-server", version = "0.1.0", path = "components/webdriver_server" } +webgl = { package = "servo-webgl", version = "0.1.0", path = "components/webgl", default-features = false } +webgpu = { package = "servo-webgpu", version = "0.1.0", path = "components/webgpu" } +webgpu_traits = { package = "servo-webgpu-traits", version = "0.1.0", path = "components/shared/webgpu" } +webxr = { package = "servo-webxr", version = "0.1.0", path = "components/webxr" } +webxr-api = { package = "servo-webxr-api", version = "0.1.0", path = "components/shared/webxr" } +xpath = { package = "servo-xpath", version = "0.1.0", path = "components/xpath" } # End workspace-version dependencies - Don't change this comment, we grep for it in scripts! # Independently versioned workspace local crates. These crates will not take part in auto-bumps. diff --git a/ports/servoshell/platform/macos/Info.plist b/ports/servoshell/platform/macos/Info.plist index b17f850e477..7cc3f114eca 100644 --- a/ports/servoshell/platform/macos/Info.plist +++ b/ports/servoshell/platform/macos/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.6 + 0.1.0 NSHighResolutionCapable NSPrincipalClass diff --git a/ports/servoshell/platform/windows/servoshell.exe.manifest b/ports/servoshell/platform/windows/servoshell.exe.manifest index 2763fba7345..1394f9221f0 100644 --- a/ports/servoshell/platform/windows/servoshell.exe.manifest +++ b/ports/servoshell/platform/windows/servoshell.exe.manifest @@ -4,7 +4,7 @@ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + version="0.1.0.0"/> diff --git a/resources/resource_protocol/license.html b/resources/resource_protocol/license.html index 7bd43069c3e..a8cd423f683 100644 --- a/resources/resource_protocol/license.html +++ b/resources/resource_protocol/license.html @@ -61,7 +61,6 @@
  • Creative Commons Zero v1.0 Universal
  • University of Illinois/NCSA Open Source License
  • SIL Open Font License 1.1
  • -
  • OpenSSL License
  • Ubuntu Font Licence v1.0
  • @@ -1341,7 +1340,7 @@
  • nohash-hasher 0.2.0
  • openxr-sys 0.12.0
  • static_assertions 1.1.0
  • -
  • tinyvec 1.10.0
  • +
  • tinyvec 1.11.0
  • utf16_iter 1.0.5
  • utf8_iter 1.0.4
  • write16 1.0.0
  • @@ -2230,6 +2229,7 @@ Software.
  • windows-strings 0.5.1
  • windows-sys 0.45.0
  • windows-sys 0.52.0
  • +
  • windows-sys 0.59.0
  • windows-sys 0.60.2
  • windows-sys 0.61.2
  • windows-targets 0.42.2
  • @@ -2681,8 +2681,8 @@ Software.

    Apache License 2.0

    Used by:

                                     Apache License
                                Version 2.0, January 2004
    @@ -3525,7 +3525,7 @@ Software.
                     

    Apache License 2.0

    Used by - ipnet 2.11.0 + ipnet 2.12.0

                                     Apache License
                                Version 2.0, January 2004
    @@ -3949,13 +3949,13 @@ Software.
                             
  • anstyle-parse 0.2.7
  • anstyle-query 1.1.5
  • anstyle-wincon 3.0.11
  • -
  • anstyle 1.0.13
  • -
  • clap 4.5.60
  • -
  • clap_builder 4.5.60
  • -
  • clap_lex 1.0.0
  • +
  • anstyle 1.0.14
  • +
  • clap 4.6.0
  • +
  • clap_builder 4.6.0
  • +
  • clap_lex 1.1.0
  • cobs 0.3.0
  • -
  • colorchoice 1.0.4
  • -
  • content-security-policy 0.6.0
  • +
  • colorchoice 1.0.5
  • +
  • content-security-policy 0.8.0
  • crc32fast 1.5.0
  • env_filter 0.1.4
  • env_logger 0.11.8
  • @@ -3967,19 +3967,21 @@ Software.
  • hex 0.3.2
  • hex 0.4.3
  • is_terminal_polyfill 1.70.2
  • -
  • jni-sys 0.3.0
  • +
  • jni-sys 0.3.1
  • +
  • jni-sys 0.4.1
  • kstring 2.0.2
  • once_cell_polyfill 1.70.2
  • quick-error 2.0.1
  • serde_spanned 0.6.9
  • toml 0.8.23
  • toml_datetime 0.6.11
  • -
  • toml_datetime 0.7.3
  • +
  • toml_datetime 1.0.0+spec-1.1.0
  • toml_edit 0.22.27
  • -
  • toml_edit 0.23.7
  • +
  • toml_edit 0.25.4+spec-1.1.0
  • toml_parser 1.0.9+spec-1.1.0
  • toml_write 0.1.2
  • topological-sort 0.1.0
  • +
  • unicode_categories 0.1.1
  •                                  Apache License
                                Version 2.0, January 2004
    @@ -7541,12 +7543,12 @@ limitations under the License.

    Used by:

  • bitflags 2.11.0
  • bitstream-io 2.6.0
  • blocking 1.6.2
  • -
  • bpaf 0.9.23
  • +
  • bpaf 0.9.24
  • bpaf_derive 0.5.23
  • buf-read-ext 0.4.0
  • bumpalo 3.20.2
  • cast 0.3.0
  • -
  • cc 1.2.56
  • +
  • cc 1.2.58
  • cexpr 0.6.0
  • cfg-if 1.0.4
  • cgl 0.3.2
  • -
  • cmake 0.1.57
  • +
  • cmake 0.1.58
  • concurrent-queue 2.5.0
  • core-foundation-sys 0.8.7
  • core-foundation 0.10.1
  • @@ -7595,7 +7597,7 @@ limitations under the License.
  • either 1.15.0
  • equivalent 1.0.2
  • errno 0.3.14
  • -
  • euclid 0.22.13
  • +
  • euclid 0.22.14
  • event-listener-strategy 0.5.4
  • event-listener 5.4.1
  • fastrand 2.3.0
  • @@ -7621,14 +7623,14 @@ limitations under the License.
  • gstreamer-sdp 0.25.0
  • gstreamer-video 0.25.0
  • gstreamer-webrtc 0.25.0
  • -
  • gstreamer 0.25.0
  • +
  • gstreamer 0.25.1
  • harfbuzz-sys 0.6.1
  • hashbrown 0.15.5
  • hashbrown 0.16.0
  • heck 0.4.1
  • heck 0.5.0
  • hermit-abi 0.5.2
  • -
  • html5ever 0.38.0
  • +
  • html5ever 0.39.0
  • httparse 1.10.1
  • hyper-rustls 0.27.7
  • idna 1.1.0
  • @@ -7645,13 +7647,13 @@ limitations under the License.
  • khronos-egl 6.0.0
  • lazy_static 1.5.0
  • libfuzzer-sys 0.4.12
  • -
  • libz-sys 1.1.24
  • +
  • libz-sys 1.1.25
  • linux-raw-sys 0.11.0
  • linux-raw-sys 0.4.15
  • lock_api 0.4.14
  • log 0.4.29
  • malloc_size_of_derive 0.1.3
  • -
  • markup5ever 0.38.0
  • +
  • markup5ever 0.39.0
  • metal 0.32.0
  • mime-multipart-hyper1 0.10.0
  • mime 0.3.17
  • @@ -7665,7 +7667,7 @@ limitations under the License.
  • num-traits 0.2.19
  • num_cpus 1.17.0
  • object 0.37.3
  • -
  • once_cell 1.21.3
  • +
  • once_cell 1.21.4
  • openssl-probe 0.2.1
  • option-operations 0.6.1
  • ordered-stream 0.2.0
  • @@ -7677,8 +7679,9 @@ limitations under the License.
  • peek-poke 0.3.0
  • percent-encoding 2.3.2
  • petgraph 0.4.13
  • -
  • piper 0.2.4
  • +
  • piper 0.2.5
  • pkg-config 0.3.32
  • +
  • plain 0.2.3
  • png 0.17.16
  • polling 3.11.0
  • postcard 1.1.3
  • @@ -7715,7 +7718,7 @@ limitations under the License.
  • svgtypes 0.15.3
  • system-deps 6.2.2
  • system-deps 7.0.5
  • -
  • tar 0.4.44
  • +
  • tar 0.4.45
  • tempfile 3.23.0
  • tendril 0.5.0
  • textnonce 1.0.0
  • @@ -7723,17 +7726,17 @@ limitations under the License.
  • tikv-jemallocator 0.6.1
  • tinytemplate 1.2.1
  • ttf-parser 0.25.1
  • -
  • tungstenite 0.28.0
  • +
  • tungstenite 0.29.0
  • unicase 2.9.0
  • unicode-bidi-mirroring 0.4.0
  • unicode-bidi 0.3.18
  • unicode-ccc 0.4.0
  • unicode-properties 0.1.4
  • -
  • unicode-segmentation 1.12.0
  • +
  • unicode-segmentation 1.13.2
  • unicode-vo 0.1.0
  • unicode-width 0.2.2
  • url 2.5.8
  • -
  • uuid 1.21.0
  • +
  • uuid 1.23.0
  • version_check 0.9.5
  • wasi 0.11.1+wasi-snapshot-preview1
  • wasi 0.9.0+wasi-snapshot-preview1
  • @@ -7747,7 +7750,7 @@ limitations under the License.
  • wit-bindgen 0.51.0
  • wr_malloc_size_of 0.2.2
  • xattr 1.6.1
  • -
  • xml5ever 0.38.0
  • +
  • xml5ever 0.39.0
  •                               Apache License
                             Version 2.0, January 2004
    @@ -9679,7 +9682,7 @@ limitations under the License.
                         

    Used by:

                                  Apache License
                             Version 2.0, January 2004
    @@ -11240,7 +11243,7 @@ limitations under the License.
                         

    Used by:

    Apache License
                                Version 2.0, January 2004
    @@ -12363,24 +12366,25 @@ limitations under the License.
                             
  • emath 0.33.3
  • epaint 0.33.3
  • epaint_default_fonts 0.33.3
  • -
  • hyper_serde 0.13.2
  • +
  • servo-hyper-serde 0.13.2
  • ab_glyph 0.2.32
  • ab_glyph_rasterizer 0.1.10
  • accesskit 0.24.0
  • -
  • accesskit_atspi_common 0.17.0
  • -
  • accesskit_consumer 0.34.0
  • -
  • accesskit_macos 0.25.0
  • -
  • accesskit_unix 0.20.0
  • -
  • accesskit_windows 0.32.0
  • -
  • accesskit_winit 0.32.1
  • +
  • accesskit_atspi_common 0.18.0
  • +
  • accesskit_consumer 0.35.0
  • +
  • accesskit_macos 0.26.0
  • +
  • accesskit_unix 0.21.0
  • +
  • accesskit_windows 0.32.1
  • +
  • accesskit_winit 0.32.2
  • allocator-api2 0.2.21
  • android-activity 0.6.0
  • android_system_properties 0.1.5
  • anes 0.1.6
  • anyhow 1.0.102
  • arboard 3.6.1
  • -
  • async-compression 0.4.40
  • +
  • async-compression 0.4.41
  • async-trait 0.1.89
  • +
  • aws-lc-sys 0.39.1
  • build-parallel 0.1.2
  • cesu8 1.1.0
  • color 0.3.2
  • @@ -12413,10 +12417,12 @@ limitations under the License.
  • image-webp 0.2.4
  • image 0.25.6
  • inherent 1.0.13
  • -
  • itoa 1.0.17
  • +
  • inventory 0.3.24
  • +
  • itoa 1.0.18
  • +
  • jni-sys-macros 0.4.1
  • kem 0.3.0-pre.0
  • khronos_api 3.1.0
  • -
  • libc 0.2.182
  • +
  • libc 0.2.183
  • linebender_resource_handle 0.1.1
  • litrs 1.0.0
  • mach2 0.6.0
  • @@ -12426,8 +12432,8 @@ limitations under the License.
  • ndk-sys 0.6.0+11769913
  • ndk 0.9.0
  • nom-rfc8288 0.4.0
  • -
  • num_enum 0.7.5
  • -
  • num_enum_derive 0.7.5
  • +
  • num_enum 0.7.6
  • +
  • num_enum_derive 0.7.6
  • objc2-app-kit 0.3.2
  • objc2-core-foundation 0.3.2
  • objc2-core-graphics 0.3.2
  • @@ -12450,25 +12456,25 @@ limitations under the License.
  • owned_ttf_parser 0.25.1
  • paste 1.0.15
  • pastey 0.2.1
  • -
  • pin-project-internal 1.1.10
  • -
  • pin-project-lite 0.2.16
  • -
  • pin-project 1.1.10
  • -
  • portable-atomic-util 0.2.5
  • +
  • pin-project-internal 1.1.11
  • +
  • pin-project-lite 0.2.17
  • +
  • pin-project 1.1.11
  • +
  • portable-atomic-util 0.2.6
  • portable-atomic 1.13.1
  • prettyplease 0.2.37
  • proc-macro2 1.0.106
  • profiling-procmacros 1.0.17
  • profiling 1.0.17
  • -
  • quote 1.0.44
  • +
  • quote 1.0.45
  • r-efi 5.3.0
  • rand 0.10.0
  • rand 0.8.5
  • rand 0.9.2
  • rand_chacha 0.9.0
  • -
  • range-alloc 0.1.4
  • +
  • range-alloc 0.1.5
  • raw-window-handle 0.6.2
  • resvg 0.45.1
  • -
  • rustc-hash 2.1.1
  • +
  • rustc-hash 2.1.2
  • rustls-platform-verifier-android 0.1.1
  • rustversion 1.0.22
  • ryu 1.0.23
  • @@ -12491,9 +12497,9 @@ limitations under the License.
  • sync_wrapper 1.0.2
  • thin-vec 0.2.14
  • thiserror-impl 1.0.69
  • -
  • thiserror-impl 2.0.17
  • +
  • thiserror-impl 2.0.18
  • thiserror 1.0.69
  • -
  • thiserror 2.0.17
  • +
  • thiserror 2.0.18
  • time-core 0.1.7
  • time-macros 0.2.25
  • time 0.3.45
  • @@ -13019,7 +13025,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    BSD 3-Clause "New" or "Revised" License

    Used by - mozangle 0.5.4 + mozangle 0.5.5

    // Copyright (C) 2002-2013 The ANGLE Project Authors. 
     // All rights reserved.
    @@ -13296,41 +13302,6 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    -
    - -
  • -

    BSD 3-Clause "New" or "Revised" License

    -

    - Used by - blurmac 0.1.0 -

    -
    Copyright (c) 2017 Akos Kiss.
    -All rights reserved.
    -
    -Redistribution and use in source and binary forms, with or without
    -modification, are permitted provided that the following conditions are met:
    -
    -1. Redistributions of source code must retain the above copyright notice, this
    -   list of conditions and the following disclaimer.
    -
    -2. Redistributions in binary form must reproduce the above copyright notice,
    -   this list of conditions and the following disclaimer in the documentation
    -   and/or other materials provided with the distribution.
    -
    -3. Neither the name of the copyright holder nor the names of its contributors
    -   may be used to endorse or promote products derived from this software
    -   without specific prior written permission.
    -
    -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     
  • @@ -13374,7 +13345,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    BSD 3-Clause "New" or "Revised" License

    Used by:

  • - -
  • -

    ISC License

    -

    - Used by - aws-lc-sys 0.37.1 -

    -
    /* Copyright (c) 2018, Google Inc.
    - *
    - * Permission to use, copy, modify, and/or distribute this software for any
    - * purpose with or without fee is hereby granted, provided that the above
    - * copyright notice and this permission notice appear in all copies.
    - *
    - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
    - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
    - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
    - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
    - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
    - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
    -
    -#include <openssl/crypto.h>
    -
    -#include <gtest/gtest.h>
    -
    -
    -TEST(SelfTests, KAT) {
    -#if !defined(_MSC_VER)
    -  EXPECT_TRUE(BORINGSSL_self_test());
    -#endif
    -}
     
  • @@ -13791,7 +13732,7 @@ THIS SOFTWARE.
  • ISC License

    Used by - inotify 0.11.0 + inotify 0.11.1

    Copyright (c) Hanno Braun and contributors
     
    @@ -13833,7 +13774,7 @@ THIS SOFTWARE.
                     

    ISC License

    Used by - rustls-webpki 0.103.9 + rustls-webpki 0.103.10

    Except as otherwise noted, this project is licensed under the following
     (ISC-style) terms:
    @@ -13858,10 +13799,11 @@ third-party/chromium/LICENSE.
                 
                 
  • ISC License

    -

    - Used by - aws-lc-rs 1.16.0 -

    +

    Used by:

    +
    ISC License:
     
     Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
    @@ -13905,7 +13847,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
                     

    MIT License

    Used by - uds_windows 1.1.0 + uds_windows 1.2.1

        MIT License
     
    @@ -13988,7 +13930,7 @@ THE SOFTWARE.
                     

    MIT License

    Used by - mio 1.1.1 + mio 1.2.0

    Copyright (c) 2014 Carl Lerche and other MIO contributors
     
    @@ -14266,14 +14208,14 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
                     

    MIT License

    Used by:

    Copyright (c) 2015 Elinor Berger
     
    @@ -14334,7 +14276,7 @@ DEALINGS IN THE SOFTWARE.
                     

    MIT License

    Used by - dlib 0.5.2 + dlib 0.5.3

    Copyright (c) 2015 Victor Berger
     
    @@ -14360,7 +14302,7 @@ THE SOFTWARE.

    MIT License

    Used by - schannel 0.1.28 + schannel 0.1.29

    Copyright (c) 2015 steffengy
     
    @@ -14375,7 +14317,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRES
                     

    MIT License

    Used by - async-tungstenite 0.33.0 + async-tungstenite 0.34.0

    Copyright (c) 2017 Daniel Abramov
     Copyright (c) 2017 Alexey Galakhov
    @@ -15470,8 +15412,8 @@ SOFTWARE.
                     

    MIT License

    Used by:

    MIT License
     
    @@ -15500,7 +15442,7 @@ SOFTWARE.
                     

    MIT License

    Used by - tokio-macros 2.6.0 + tokio-macros 2.6.1

    MIT License
     
    @@ -15663,7 +15605,7 @@ SOFTWARE.
                     

    MIT License

    Used by - quick_cache 0.6.18 + quick_cache 0.6.21

    MIT License
     
    @@ -15750,7 +15692,7 @@ SOFTWARE.
                     

    MIT License

    Used by - libredox 0.1.12 + libredox 0.1.15

    MIT License
     
    @@ -15891,7 +15833,7 @@ SOFTWARE.
  • plotters-svg 0.3.7
  • plotters 0.3.7
  • simd_helpers 0.1.0
  • -
  • taffy 0.9.2
  • +
  • taffy 0.10.0
  • void 1.0.2
  • MIT License
    @@ -15916,11 +15858,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
                 
  • MIT License

    -

    Used by:

    - +

    + Used by + objc 0.2.7 +

    MIT License
     
     Copyright (c) Steven Sheldon
    @@ -15950,7 +15891,7 @@ SOFTWARE.
                         
                     
    MIT License
     
    @@ -15979,7 +15920,7 @@ SOFTWARE.
                     

    MIT License

    Used by - simd-adler32 0.3.8 + simd-adler32 0.3.9

    MIT License
     
    @@ -16141,7 +16082,7 @@ DEALINGS IN THE SOFTWARE.
                     

    MIT License

    Used by - winnow 0.7.14 + winnow 0.7.15

    Permission is hereby granted, free of charge, to any person obtaining
     a copy of this software and associated documentation files (the
    @@ -16168,9 +16109,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
                         

    Used by:

    Permission is hereby granted, free of charge, to any person obtaining a copy
    @@ -16321,7 +16262,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
                             
  • byteorder-lite 0.1.0
  • byteorder 1.5.0
  • fst 0.4.7
  • -
  • jiff 0.2.21
  • +
  • jiff 0.2.23
  • memchr 2.8.0
  • quickcheck 1.1.0
  • walkdir 2.5.0
  • @@ -16442,7 +16383,7 @@ THE SOFTWARE.

    MIT License

    Used by - orbclient 0.3.50 + orbclient 0.3.51

    The MIT License (MIT)
     
    @@ -16488,6 +16429,36 @@ furnished to do so, subject to the following conditions:
     The above copyright notice and this permission notice shall be included in all
     copies or substantial portions of the Software.
     
    +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    +SOFTWARE.
    +
    +
  • +
  • +

    MIT License

    +

    + Used by + aws-lc-sys 0.39.1 +

    +
    The MIT License (MIT)
    +
    +Copyright (c) 2015-2020 the fiat-crypto authors (see
    +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
    +
    +Permission is hereby granted, free of charge, to any person obtaining a copy
    +of this software and associated documentation files (the "Software"), to deal
    +in the Software without restriction, including without limitation the rights
    +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    +copies of the Software, and to permit persons to whom the Software is
    +furnished to do so, subject to the following conditions:
    +
    +The above copyright notice and this permission notice shall be included in all
    +copies or substantial portions of the Software.
    +
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    @@ -16930,10 +16901,11 @@ SOFTWARE.
  • MIT License

    -

    - Used by - quick-xml 0.38.4 -

    +

    Used by:

    +
    The MIT License (MIT)
     
     Copyright (c) 2016 Johann Tuffe
    @@ -18890,86 +18862,87 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
                     

    Mozilla Public License 2.0

    Used by: