Skip to content

Commit

Permalink
chore: update dependencies across multiple packages to latest versions (
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Nov 18, 2024
1 parent 9e62e96 commit 8aada32
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions nusamai-citygml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ log = "0.4.22"
macros = { path = "./macros" }
nusamai-projection = { path = "../nusamai-projection" }
once_cell = "1.20.2"
quick-xml = "0.37.0"
regex = "1.11.0"
serde = { version = "1.0.214", features = ["derive"], optional = true }
serde_json = { version = "1.0.132", features = ["indexmap"], optional = true }
thiserror = "1.0.68"
quick-xml = "0.37.1"
regex = "1.11.1"
serde = { version = "1.0.215", features = ["derive"], optional = true }
serde_json = { version = "1.0.133", features = ["indexmap"], optional = true }
thiserror = "2.0.3"
url = { version = "2.5.3", features = ["serde"] }
4 changes: 2 additions & 2 deletions nusamai-czml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ version = "0.1.0"
[dependencies]
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"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.133", features = ["float_roundtrip"] }

[dev-dependencies]
glob = "0.3.1"
2 changes: 1 addition & 1 deletion nusamai-geojson/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ version = "0.1.0"
[dependencies]
flatgeom = "0.0.2"
geojson = "0.24.1"
serde_json = { version = "1.0.132", features = ["indexmap"] }
serde_json = { version = "1.0.133", 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.132"
serde_json = "1.0.133"

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

[dependencies]
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", 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" }
Expand Down
2 changes: 1 addition & 1 deletion nusamai-gpkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
flatgeom = "0.0.2"
indexmap = "2.6.0"
sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] }
thiserror = "1.0.68"
thiserror = "2.0.3"
url = "2.5.3"

[dev-dependencies]
Expand Down
10 changes: 5 additions & 5 deletions nusamai-plateau/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ indexmap = "2.6.0"
log = "0.4.22"
nusamai-citygml = { path = "../nusamai-citygml", features = ["serde"] }
once_cell = "1.20.2"
quick-xml = "0.37.0"
serde = { version = "1.0.214", features = ["derive", "rc"], optional = true }
quick-xml = "0.37.1"
serde = { version = "1.0.215", features = ["derive", "rc"], optional = true }
stretto = "0.8.4"
url = "2.5.3"

[dev-dependencies]
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["serde", "std"] }
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
lz4_flex = "0.11.3"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
zstd = { version = "0.13.2", features = ["zdict_builder"] }
2 changes: 1 addition & 1 deletion nusamai-projection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ version = "0.1.0"

[dependencies]
japan-geoid = "0.4.1"
thiserror = "1.0.68"
thiserror = "2.0.3"

0 comments on commit 8aada32

Please sign in to comment.