Skip to content

Commit

Permalink
chore: update dependencies for serde, serde_json, quick-xml, thiserro…
Browse files Browse the repository at this point in the history
…r, and glob to latest versions
  • Loading branch information
miseyu committed Jan 6, 2025
1 parent d680654 commit b5a9d87
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 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.1"
quick-xml = "0.37.2"
regex = "1.11.1"
serde = { version = "1.0.216", features = ["derive"], optional = true }
serde_json = { version = "1.0.133", features = ["indexmap"], optional = true }
thiserror = "2.0.7"
serde = { version = "1.0.217", features = ["derive"], optional = true }
serde_json = { version = "1.0.134", features = ["indexmap"], optional = true }
thiserror = "2.0.9"
url = { version = "2.5.3", features = ["serde"] }
6 changes: 3 additions & 3 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.39", features = ["serde"] }
flatgeom = "0.0.2"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = { version = "1.0.133", features = ["float_roundtrip"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.134", features = ["float_roundtrip"] }

[dev-dependencies]
glob = "0.3.1"
glob = "0.3.2"
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.133", features = ["indexmap"] }
serde_json = { version = "1.0.134", features = ["indexmap"] }
4 changes: 2 additions & 2 deletions 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.133"
serde_json = "1.0.134"

[dev-dependencies]
glob = "0.3.1"
glob = "0.3.2"
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,10 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dev-dependencies]
glob = "0.3.1"
glob = "0.3.2"
4 changes: 2 additions & 2 deletions nusamai-gpkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ version = "0.1.0"
[dependencies]
flatgeom = "0.0.2"
indexmap = "2.7.0"
sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] }
thiserror = "2.0.7"
sqlx = { version = "0.8.3", features = ["runtime-tokio", "sqlite"] }
thiserror = "2.0.9"
url = "2.5.4"

[dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions nusamai-plateau/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ indexmap = "2.7.0"
log = "0.4.22"
nusamai-citygml = { path = "../nusamai-citygml", features = ["serde"] }
once_cell = "1.20.2"
quick-xml = "0.37.1"
serde = { version = "1.0.216", features = ["derive", "rc"], optional = true }
quick-xml = "0.37.2"
serde = { version = "1.0.217", features = ["derive", "rc"], optional = true }
stretto = "0.8.4"
url = "2.5.4"

[dev-dependencies]
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["serde", "std"] }
clap = { version = "4.5.23", features = ["derive"] }
lz4_flex = "0.11.3"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
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 = "2.0.7"
thiserror = "2.0.9"

0 comments on commit b5a9d87

Please sign in to comment.