Upgrade usvg and rand

This commit is contained in:
Dustin Carlino 2021-01-04 09:19:54 -08:00
parent 965d999199
commit d529ae2e5c
12 changed files with 31 additions and 30 deletions

39
Cargo.lock generated
View File

@ -1054,9 +1054,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fontdb"
version = "0.4.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70830a5ff450f047a9271634a0ab8b4655733315996cee15b5342bcd98283c2c"
checksum = "428948a0f39fb83fe55991d4423e35a793cdbb0322ebe23853f6024124a330d7"
dependencies = [
"log",
"memmap2",
@ -1225,7 +1225,7 @@ dependencies = [
"maplit",
"petname",
"popdat",
"rand 0.8.0",
"rand 0.8.1",
"rand_xorshift",
"serde",
"serde_json",
@ -1577,7 +1577,7 @@ dependencies = [
"lazy_static",
"log",
"map_model",
"rand 0.8.0",
"rand 0.8.1",
"rand_xorshift",
"serde",
"serde_json",
@ -1769,7 +1769,7 @@ dependencies = [
"geom",
"kml",
"map_model",
"rand 0.8.0",
"rand 0.8.1",
"rand_xorshift",
"serde",
"serde_json",
@ -2183,7 +2183,7 @@ dependencies = [
"log",
"nbez",
"petgraph",
"rand 0.8.0",
"rand 0.8.1",
"rand_xorshift",
"serde",
"serde_json",
@ -2784,7 +2784,7 @@ checksum = "f2ce8ffae5045b0317e5cf328c29869ef4b7f1012a092e37b6e05f0232904c41"
dependencies = [
"clap",
"itertools 0.9.0",
"rand 0.8.0",
"rand 0.8.1",
]
[[package]]
@ -2897,7 +2897,7 @@ dependencies = [
"geozero-core",
"log",
"map_model",
"rand 0.8.0",
"rand 0.8.1",
"rand_xorshift",
"serde_json",
"sim",
@ -2982,9 +2982,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12"
checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34"
dependencies = [
"libc",
"rand_chacha 0.3.0",
@ -3037,7 +3037,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da9e8f32ad24fb80d07d2323a9a2ce8b30d68a62b8cb4df88119ff49a698f038"
dependencies = [
"num-traits 0.2.14",
"rand 0.8.0",
"rand 0.8.1",
]
[[package]]
@ -3335,7 +3335,7 @@ dependencies = [
"log",
"map_gui",
"map_model",
"rand 0.8.0",
"rand 0.8.1",
"rand_xorshift",
"rodio",
"serde",
@ -3541,7 +3541,7 @@ dependencies = [
"libm 0.2.1",
"log",
"map_model",
"rand 0.8.0",
"rand 0.8.1",
"rand_distr",
"rand_xorshift",
"serde",
@ -3658,7 +3658,7 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "041a2fb33d3e573e9420a45b65275ae3e08caa60865c1cd3202509c5c6be222f"
dependencies = [
"rand 0.8.0",
"rand 0.8.1",
]
[[package]]
@ -3744,7 +3744,7 @@ dependencies = [
"convert_osm",
"geom",
"map_model",
"rand 0.8.0",
"rand 0.8.1",
"sim",
]
@ -3942,7 +3942,7 @@ dependencies = [
"abstutil",
"geom",
"map_model",
"rand 0.8.0",
"rand 0.8.1",
"rand_xorshift",
"sim",
]
@ -4127,8 +4127,9 @@ dependencies = [
[[package]]
name = "usvg"
version = "0.12.0"
source = "git+https://github.com/RazrFalcon/resvg#24778957ddb4b84ba34985e435b64d16a416aa16"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f20237d0e6e190b1179fe6d859a6f98c4160f4efdd0a2e577b9cd2b24c5ae2"
dependencies = [
"base64 0.13.0",
"data-url",
@ -4448,7 +4449,7 @@ dependencies = [
"abstutil",
"geom",
"log",
"rand 0.8.0",
"rand 0.8.1",
"rand_xorshift",
"svg_face",
"wasm-bindgen",

View File

@ -37,7 +37,7 @@ map_gui = { path = "../map_gui" }
map_model = { path = "../map_model" }
petname = "1.0.13"
popdat = { path = "../popdat" }
rand = "0.8.0"
rand = "0.8.1"
rand_xorshift = "0.3.0"
serde = "1.0.116"
serde_json = "1.0.61"

View File

@ -13,7 +13,7 @@ hyper = "0.13.9"
lazy_static = "1.4.0"
log = "0.4.11"
map_model = { path = "../map_model" }
rand = "0.8.0"
rand = "0.8.1"
rand_xorshift = "0.3.0"
serde = "1.0.116"
serde_json = "1.0.61"

View File

@ -20,7 +20,7 @@ geom = { path = "../geom" }
gdal = { version = "0.7.0", optional = true }
kml = { path = "../kml" }
map_model = { path = "../map_model" }
rand = "0.8.0"
rand = "0.8.1"
rand_xorshift = "0.3.0"
serde = "1.0.116"
serde_json = "1.0.61"

View File

@ -13,7 +13,7 @@ geom = { path = "../geom" }
log = "0.4.11"
nbez = "0.1.0"
petgraph = "0.5.1"
rand = "0.8.0"
rand = "0.8.1"
rand_xorshift = "0.3.0"
serde = "1.0.116"
serde_json = "1.0.61"

View File

@ -15,7 +15,7 @@ geom = { path = "../geom" }
geozero-core = { version = "0.5.1" }
log = "0.4.11"
map_model = { path = "../map_model" }
rand = "0.8.0"
rand = "0.8.1"
rand_xorshift = "0.3.0"
geo-booleanop = "0.3.2"
serde_json = "1.0.61"

View File

@ -19,7 +19,7 @@ kml = { path = "../kml" }
log = "0.4.11"
map_gui = { path = "../map_gui" }
map_model = { path = "../map_model" }
rand = "0.8.0"
rand = "0.8.1"
rand_xorshift = "0.3.0"
rodio = { version = "0.13.0", default-features = false, features = ["vorbis"] }
serde = "1.0.116"

View File

@ -15,7 +15,7 @@ instant = "0.1.7"
libm = "0.2.1"
log = "0.4.11"
map_model = { path = "../map_model" }
rand = "0.8.0"
rand = "0.8.1"
rand_distr = "0.4.0"
rand_xorshift = "0.3.0"
serde = "1.0.116"

View File

@ -10,5 +10,5 @@ abstutil = { path = "../abstutil" }
convert_osm = { path = "../convert_osm" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }
rand = "0.8.0"
rand = "0.8.1"
sim = { path = "../sim" }

View File

@ -8,6 +8,6 @@ edition = "2018"
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }
rand = "0.8.0"
rand = "0.8.1"
rand_xorshift = "0.3.0"
sim = { path = "../sim" }

View File

@ -27,7 +27,7 @@ serde = "1.0.116"
serde_json = "1.0.61"
stretch = "0.3.2"
ttf-parser = "0.9.0"
usvg = { git = "https://github.com/RazrFalcon/resvg", default-features=false }
usvg = { version = "0.13.0", default-features=false }
wasm-bindgen = { version = "0.2.68", optional = true }
web-sys = { version = "0.3.45", optional = true }
winit = "0.24.0"

View File

@ -15,7 +15,7 @@ wasm = ["wasm-bindgen", "widgetry/wasm-backend"]
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
log = "0.4.11"
rand = "0.8.0"
rand = "0.8.1"
rand_xorshift = "0.3.0"
svg_face = "0.1.3"
wasm-bindgen = { version = "0.2.68", optional = true }