Skip to content

Commit

Permalink
chore: Update dependencies to latest versions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Aug 5, 2024
1 parent eebdc95 commit ae9164c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
resolver = "2"

[workspace.package]
authors = ["MIERUNE Inc. <[email protected]>"]
authors = ["MIERUNE Inc. <[email protected]>", "Re:Earth Flow Contributors"]
edition = "2021"
license = "MIT"
repository = "https://github.com/reearth/plateau-gis-converter"
Expand All @@ -30,10 +30,10 @@ lto = "fat"

[workspace.dependencies]
chrono = "0.4.38"
indexmap = "2.2.6"
indexmap = "2.3.0"
log = "0.4.22"
quick-xml = "0.36.0"
quick-xml = "0.36.1"
serde = "1.0.204"
serde_json = "1.0.120"
thiserror = "1.0.62"
serde_json = "1.0.122"
thiserror = "1.0.63"
url = "2.5.2"
2 changes: 1 addition & 1 deletion nusamai-geometry/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]
num-traits = "0.2.18"
num-traits = "0.2.19"
serde = {workspace = true, features = ["derive"], optional = true}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion nusamai-gpkg/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]
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio"] }
sqlx = { version = "0.8.0", features = ["sqlite", "runtime-tokio"] }
nusamai-geometry = { path = "../nusamai-geometry" }
thiserror.workspace = true
url.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions nusamai-mvt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.workspace = true
[dependencies]
ahash = "0.8.11"
indexmap.workspace = true
prost = "0.12.6"
prost = "0.13.1"

[build-dependencies]
prost-build = "0.12.3"
prost-build = "0.13.1"
8 changes: 4 additions & 4 deletions nusamai-plateau/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ serde = ["dep:serde"]

[dependencies]
chrono = {workspace = true, features = ["serde"]}
hashbrown = {version = "0.14.3", features = ["serde"]}
hashbrown = {version = "0.14.5", features = ["serde"]}
indexmap.workspace = true
log.workspace = true
nusamai-citygml = {path = "../nusamai-citygml", features = ["serde"]}
nusamai-geometry = {path = "../nusamai-geometry"}
quick-xml.workspace = true
serde = {workspace = true, features = ["derive", "rc"], optional = true}
serde_json.workspace = true
stretto = "0.8.3"
stretto = "0.8.4"
url.workspace = true

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

0 comments on commit ae9164c

Please sign in to comment.