gnrt run for Chromium 133.0.6848.1.

This commit is contained in:
Claudio DeSouza
2025-01-27 09:36:30 -05:00
committed by Max Karolinskiy
parent 44683b9082
commit e6dfdf86cb
6 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -1295,7 +1295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.162"
version = "0.2.164"
[[package]]
name = "libm"
@@ -2059,7 +2059,7 @@ version = "1.0.23"
[[package]]
name = "serde"
version = "1.0.214"
version = "1.0.215"
dependencies = [
"serde_derive",
]
@@ -2074,7 +2074,7 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.214"
version = "1.0.215"
dependencies = [
"proc-macro2",
"quote",
@@ -2094,7 +2094,7 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.132"
version = "1.0.133"
dependencies = [
"itoa 1.0.11",
"memchr",
+4 -4
View File
@@ -136,7 +136,7 @@ path = "../../../../third_party/rust/chromium_crates_io/vendor/lazy_static-1.5.0
package = "lazy_static"
[patch.crates-io.libc_v0_2]
path = "../../../../third_party/rust/chromium_crates_io/vendor/libc-0.2.162"
path = "../../../../third_party/rust/chromium_crates_io/vendor/libc-0.2.164"
package = "libc"
[patch.crates-io.log_v0_4]
@@ -196,15 +196,15 @@ path = "../../../../third_party/rust/chromium_crates_io/vendor/semver-1.0.23"
package = "semver"
[patch.crates-io.serde_derive_v1]
path = "../../../../third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.214"
path = "../../../../third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215"
package = "serde_derive"
[patch.crates-io.serde_json_v1]
path = "../../../../third_party/rust/chromium_crates_io/vendor/serde_json-1.0.132"
path = "../../../../third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133"
package = "serde_json"
[patch.crates-io.serde_v1]
path = "../../../../third_party/rust/chromium_crates_io/vendor/serde-1.0.214"
path = "../../../../third_party/rust/chromium_crates_io/vendor/serde-1.0.215"
package = "serde"
[patch.crates-io.static_assertions_v0_1]
+1 -1
View File
@@ -1,6 +1,6 @@
Name: libc
URL: https://crates.io/crates/libc
Version: 0.2.162
Version: 0.2.164
License: Apache 2.0
License File:
Shipped: yes
+1 -1
View File
@@ -1,6 +1,6 @@
Name: serde
URL: https://crates.io/crates/serde
Version: 1.0.214
Version: 1.0.215
License: Apache 2.0
License File:
Shipped: yes
+2 -2
View File
@@ -1,8 +1,8 @@
Name: serde_derive
URL: https://crates.io/crates/serde_derive
Version: 1.0.214
Version: 1.0.215
License: Apache 2.0
License File: //brave/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.214/../../../../../common/licenses/Apache-2.0
License File: //brave/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/../../../../../common/licenses/Apache-2.0
Shipped: yes
Security Critical: yes
+1 -1
View File
@@ -1,6 +1,6 @@
Name: serde_json
URL: https://crates.io/crates/serde_json
Version: 1.0.132
Version: 1.0.133
License: Apache 2.0
License File:
Shipped: yes