Skip to content

Commit

Permalink
Update trivial dependencies (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristramg committed Jan 16, 2023
1 parent ee66fdd commit dd8e22e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ authors.workspace = true
[dependencies]
maplibre = { path = "../maplibre", features = ["thread-safe-futures"] }
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }
env_logger = "0.9.0"
env_logger = "0.10.0"
log = "0.4.17"
ndk-glue = "0.7.0" # version is required by winit
jni = "0.19.0"
jni = "0.20.0"

[lib]
#name = "maplibre_android" Currently not supported: https://github.com/rust-windowing/android-ndk-rs/issues/136
Expand Down
2 changes: 1 addition & 1 deletion apple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors.workspace = true
maplibre = { path = "../maplibre", features = ["thread-safe-futures"] }
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }

env_logger = "0.9.0"
env_logger = "0.10.0"

[lib]
name = "maplibre_apple"
Expand Down
2 changes: 1 addition & 1 deletion maplibre-build-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ sqlite = ["rusqlite"]
naga = { version = "*", features = ["wgsl-in"] }
walkdir = "2.3.2"
log = "0.4.17"
rusqlite = { version = "0.27.0", optional = true }
rusqlite = { version = "0.28.0", optional = true }
serde_json = "1.0.82"
flate2 = "1.0.24"
4 changes: 2 additions & 2 deletions maplibre-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ web-webgl = ["maplibre/web-webgl"]
trace = ["maplibre/trace"]

[dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"
maplibre = { path = "../maplibre", version = "0.1.0", features = ["headless", "thread-safe-futures"] }
maplibre-winit = { path = "../maplibre-winit", version = "0.1.0" }

tile-grid = "0.3"

clap = { version = "3.2.12", features = ["derive"] }
clap = { version = "4.1.1", features = ["derive"] }
4 changes: 2 additions & 2 deletions maplibre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
tokio = { version = "1.20.1", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }
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-middleware-cache = "0.1.1" # FIXME: Untrusted dependency
reqwest-middleware = "0.1.6" # FIXME: Untrusted dependency
Expand All @@ -46,7 +46,7 @@ tracing-subscriber = { version = "0.3.15", optional = true }
cgmath = "0.18.0"

# Geo
geo = "0.22.1"
geo = "0.23.1"
geo-types = { version = "0.7.6", features = ["use-rstar_0_9"] }
rstar = "0.9.3"
prost = "0.11.5"
Expand Down

0 comments on commit dd8e22e

Please sign in to comment.