Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
escritorio-gustavo committed Mar 7, 2024
1 parent 3a667d4 commit a0b0a71
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ts-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }

[dependencies]
heapless = { version = "0.7", optional = true }
heapless = { version = ">= 0.7, <= 0.8", optional = true }
ts-rs-macros = { version = "7.1.1", path = "../macros" }
dprint-plugin-typescript = { version = "0.85.1", optional = true }
dprint-plugin-typescript = { version = "0.89", optional = true }
chrono = { version = "0.4", optional = true }
bigdecimal = { version = ">=0.0.13, < 0.4.0", features = [
bigdecimal = { version = ">= 0.0.13, <= 0.4", features = [
"serde",
], optional = true }
uuid = { version = "1.1.2", optional = true }
bson = { version = "2.2.0", optional = true }
bytes = { version = "1.0", optional = true }
url = { version = "2.3", optional = true }
semver = { version = "1.0.21", optional = true }
uuid = { version = "1", optional = true }
bson = { version = "2", optional = true }
bytes = { version = "1", optional = true }
url = { version = "2", optional = true }
semver = { version = "1", optional = true }
thiserror = "1"
indexmap = { version = "2.0.0", optional = true }
ordered-float = { version = "3.0.0", optional = true }
indexmap = { version = "2", optional = true }
ordered-float = { version = ">= 3, <= 4", optional = true }

0 comments on commit a0b0a71

Please sign in to comment.