Skip to content

Commit

Permalink
Bug 1879857 - Update Glean to v57.0.0. r=chutten,supply-chain-reviewe…
Browse files Browse the repository at this point in the history
  • Loading branch information
travis79 committed Feb 14, 2024
1 parent eea31d7 commit 2b723c8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
31 changes: 14 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webrender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ svg_fmt = "0.4"
tracy-rs = "0.1.2"
derive_more = { version = "0.99", default-features = false, features = ["add_assign"] }
etagere = "0.2.6"
glean = "56.1.0"
glean = "57.0.0"
firefox-on-glean = { version = "0.1.0", optional = true }
swgl = { path = "../swgl", optional = true }
topological-sort = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion wr_glyph_rasterizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracy-rs = "0.1.2"
log = "0.4"
lazy_static = "1"
fxhash = "0.2.1"
glean = { version = "56.1.0", optional = true }
glean = { version = "57.0.0", optional = true }
firefox-on-glean = { version = "0.1.0", optional = true }
serde = { optional = true, version = "1.0", features = ["serde_derive"] }

Expand Down

0 comments on commit 2b723c8

Please sign in to comment.