mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
De-dupe base64 0.12
This commit is contained in:
parent
608b1d17a9
commit
d532f47fa3
1 changed files with 4 additions and 10 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -291,12 +291,6 @@ dependencies = [
|
|||
"byteorder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7d5ca2cd0adc3f48f9e9ea5a6bbdf9ccc0bfade884847e484d452414c7ccffb3"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.13.0"
|
||||
|
@ -5021,11 +5015,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ron"
|
||||
version = "0.6.0"
|
||||
version = "0.6.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a91260f321dbf3b5a16ff91c451dc9eb644ce72775a6812f9c3dfffe63818f8f"
|
||||
checksum = "86018df177b1beef6c7c8ef949969c4f7cb9a9344181b92486b23c79995bdaa4"
|
||||
dependencies = [
|
||||
"base64 0.12.0",
|
||||
"base64 0.13.0",
|
||||
"bitflags",
|
||||
"serde",
|
||||
]
|
||||
|
@ -7236,7 +7230,7 @@ dependencies = [
|
|||
"gfx-memory",
|
||||
"naga",
|
||||
"parking_lot 0.11.2",
|
||||
"ron 0.6.0",
|
||||
"ron 0.6.6",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"thiserror",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue