mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Update trivial dependencies (#240)
This commit is contained in:
parent
ee66fdd826
commit
dd8e22ee55
@ -13,10 +13,10 @@ authors.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
maplibre = { path = "../maplibre", features = ["thread-safe-futures"] }
|
maplibre = { path = "../maplibre", features = ["thread-safe-futures"] }
|
||||||
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }
|
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
ndk-glue = "0.7.0" # version is required by winit
|
ndk-glue = "0.7.0" # version is required by winit
|
||||||
jni = "0.19.0"
|
jni = "0.20.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
#name = "maplibre_android" Currently not supported: https://github.com/rust-windowing/android-ndk-rs/issues/136
|
#name = "maplibre_android" Currently not supported: https://github.com/rust-windowing/android-ndk-rs/issues/136
|
||||||
|
|||||||
@ -14,7 +14,7 @@ authors.workspace = true
|
|||||||
maplibre = { path = "../maplibre", features = ["thread-safe-futures"] }
|
maplibre = { path = "../maplibre", features = ["thread-safe-futures"] }
|
||||||
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }
|
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }
|
||||||
|
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "maplibre_apple"
|
name = "maplibre_apple"
|
||||||
|
|||||||
@ -17,6 +17,6 @@ sqlite = ["rusqlite"]
|
|||||||
naga = { version = "*", features = ["wgsl-in"] }
|
naga = { version = "*", features = ["wgsl-in"] }
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.3.2"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
rusqlite = { version = "0.27.0", optional = true }
|
rusqlite = { version = "0.28.0", optional = true }
|
||||||
serde_json = "1.0.82"
|
serde_json = "1.0.82"
|
||||||
flate2 = "1.0.24"
|
flate2 = "1.0.24"
|
||||||
|
|||||||
@ -15,10 +15,10 @@ web-webgl = ["maplibre/web-webgl"]
|
|||||||
trace = ["maplibre/trace"]
|
trace = ["maplibre/trace"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10.0"
|
||||||
maplibre = { path = "../maplibre", version = "0.1.0", features = ["headless", "thread-safe-futures"] }
|
maplibre = { path = "../maplibre", version = "0.1.0", features = ["headless", "thread-safe-futures"] }
|
||||||
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }
|
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }
|
||||||
|
|
||||||
tile-grid = "0.3"
|
tile-grid = "0.3"
|
||||||
|
|
||||||
clap = { version = "3.2.12", features = ["derive"] }
|
clap = { version = "4.1.1", features = ["derive"] }
|
||||||
|
|||||||
@ -24,7 +24,7 @@ headless = ["png"]
|
|||||||
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "linux", target_os = "android", target_os = "windows"))'.dependencies]
|
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "linux", target_os = "android", target_os = "windows"))'.dependencies]
|
||||||
tokio = { version = "1.20.1", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }
|
tokio = { version = "1.20.1", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }
|
||||||
tokio-util = { version = "0.7.1", features = ["rt"] }
|
tokio-util = { version = "0.7.1", features = ["rt"] }
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10.0"
|
||||||
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "gzip"] }
|
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "gzip"] }
|
||||||
reqwest-middleware-cache = "0.1.1" # FIXME: Untrusted dependency
|
reqwest-middleware-cache = "0.1.1" # FIXME: Untrusted dependency
|
||||||
reqwest-middleware = "0.1.6" # FIXME: Untrusted dependency
|
reqwest-middleware = "0.1.6" # FIXME: Untrusted dependency
|
||||||
@ -46,7 +46,7 @@ tracing-subscriber = { version = "0.3.15", optional = true }
|
|||||||
cgmath = "0.18.0"
|
cgmath = "0.18.0"
|
||||||
|
|
||||||
# Geo
|
# Geo
|
||||||
geo = "0.22.1"
|
geo = "0.23.1"
|
||||||
geo-types = { version = "0.7.6", features = ["use-rstar_0_9"] }
|
geo-types = { version = "0.7.6", features = ["use-rstar_0_9"] }
|
||||||
rstar = "0.9.3"
|
rstar = "0.9.3"
|
||||||
prost = "0.11.5"
|
prost = "0.11.5"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user