Skip to content

Commit

Permalink
chore: update dependencies and remove unused modules in various packa…
Browse files Browse the repository at this point in the history
…ges (#31)
  • Loading branch information
miseyu authored Nov 8, 2024
1 parent 56cb66b commit 9e62e96
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 813 deletions.
16 changes: 8 additions & 8 deletions nusamai-citygml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ serde = ["dep:serde", "flatgeom/serde", "serde_json"]

[dependencies]
ahash = "0.8.11"
chrono = { version = "0.4.35", features = ["serde"], default-features = false }
chrono = { version = "0.4.38", features = ["serde"], default-features = false }
flatgeom = "0.0.2"
indexmap = { version = "2.2.6", features = ["serde"] }
log = "0.4.21"
indexmap = { version = "2.6.0", features = ["serde"] }
log = "0.4.22"
macros = { path = "./macros" }
nusamai-projection = { path = "../nusamai-projection" }
once_cell = "1.20.2"
quick-xml = "0.36.2"
quick-xml = "0.37.0"
regex = "1.11.0"
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0.115", features = ["indexmap"], optional = true }
thiserror = "1.0"
url = { version = "2.5.0", features = ["serde"] }
serde = { version = "1.0.214", features = ["derive"], optional = true }
serde_json = { version = "1.0.132", features = ["indexmap"], optional = true }
thiserror = "1.0.68"
url = { version = "2.5.3", features = ["serde"] }
8 changes: 4 additions & 4 deletions nusamai-czml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name = "nusamai-czml"
version = "0.1.0"

[dependencies]
chrono = { version = "0.4.35", features = ["serde"] }
flatgeom = "0.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.115", features = ["float_roundtrip"] }
chrono = { version = "0.4.38", features = ["serde"] }
flatgeom = "0.0.2"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip"] }

[dev-dependencies]
glob = "0.3.1"
4 changes: 2 additions & 2 deletions nusamai-geojson/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
flatgeom = "0.0"
flatgeom = "0.0.2"
geojson = "0.24.1"
serde_json = { version = "1.0.115", features = ["indexmap"] }
serde_json = { version = "1.0.132", features = ["indexmap"] }
2 changes: 1 addition & 1 deletion nusamai-gltf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
[dependencies]
byteorder = "1.5.0"
nusamai-gltf-json = { "path" = "nusamai-gltf-json" }
serde_json = "1.0.115"
serde_json = "1.0.132"

[dev-dependencies]
glob = "0.3.1"
6 changes: 3 additions & 3 deletions nusamai-gltf/nusamai-gltf-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.115", features = ["float_roundtrip"] }
serde_repr = "0.1.18"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip"] }
serde_repr = "0.1.19"
cesiumtiles = { git = "https://github.com/MIERUNE/cesiumtiles-rs.git" }

[dev-dependencies]
Expand Down
10 changes: 5 additions & 5 deletions nusamai-gpkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name = "nusamai-gpkg"
version = "0.1.0"

[dependencies]
flatgeom = "0.0"
indexmap = "2.2.6"
sqlx = { version = "0.8.0", features = ["runtime-tokio", "sqlite"] }
thiserror = "1.0.58"
url = "2.5.0"
flatgeom = "0.0.2"
indexmap = "2.6.0"
sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] }
thiserror = "1.0.68"
url = "2.5.3"

[dev-dependencies]
tokio = { version = "1.36", features = ["full"] }
2 changes: 1 addition & 1 deletion nusamai-kml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
flatgeom = "0.0"
flatgeom = "0.0.2"
kml = "0.8.5"
12 changes: 0 additions & 12 deletions nusamai-mvt/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions nusamai-mvt/build.rs

This file was deleted.

91 changes: 0 additions & 91 deletions nusamai-mvt/src/geometry.rs

This file was deleted.

8 changes: 0 additions & 8 deletions nusamai-mvt/src/lib.rs

This file was deleted.

Loading

0 comments on commit 9e62e96

Please sign in to comment.