Skip to content

Commit

Permalink
chore: Update dependencies to latest versions (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Aug 19, 2024
1 parent c76f185 commit f5f4b11
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ inherits = "release"
lto = "fat"

[workspace.dependencies]
ahash = "0.8.11"
chrono = "0.4.38"
indexmap = "2.4.0"
log = "0.4.22"
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
- [`nusamai-czml`](./nusamai-czml/) — CZML
- [`nusamai-shapefile`](./nusamai-shapefile/) — Shapefile

### 外部リポジトリ

- [MIERUNE/cesiumtiles-rs](https://github.com/MIERUNE/cesiumtiles-rs) — 3D TilesのJSONモデルなど
- [MIERUNE/earcut-rs](https://github.com/MIERUNE/earcut-rs) — ポリゴン三角形化アルゴリズムのRust移植
- [MIERUNE/japan-geoid](https://github.com/MIERUNE/japan-geoid) — 日本のジオイドモデル (JGD2011 → WGS 84 の変換)

## ライセンス

- 本ソフトウェアは、MITライセンスのもとで提供されるオープンソースソフトウエアです。
Expand Down
2 changes: 1 addition & 1 deletion nusamai-citygml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default = ["serde"]
serde = ["dep:serde", "nusamai-geometry/serde", "serde_json"]

[dependencies]
ahash = "0.8.11"
ahash.workspace = true
chrono = { workspace = true, features = ["serde"] }
indexmap = { workspace = true, features = ["serde"] }
log.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions nusamai-gltf/nusamai-gltf-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["indexmap", "float_roundtrip"] }
serde_repr = "0.1.18"
cesiumtiles = { git = "https://github.com/MIERUNE/cesiumtiles-rs.git" }
serde_repr = "0.1.19"
cesiumtiles = { git = "https://github.com/reearth/cesiumtiles-rs.git" }

[dev-dependencies]
glob = "0.3.1"
2 changes: 1 addition & 1 deletion nusamai-mvt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
version.workspace = true

[dependencies]
ahash = "0.8.11"
ahash.workspace = true
indexmap.workspace = true
prost = "0.13.1"

Expand Down
2 changes: 1 addition & 1 deletion nusamai-plateau/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ url.workspace = true

[dev-dependencies]
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["serde", "std"] }
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
lz4_flex = "0.11.3"
serde = { workspace = true, features = ["derive"] }
zstd = { version = "0.13.2", features = ["zdict_builder"] }

0 comments on commit f5f4b11

Please sign in to comment.