Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Aug 12, 2024
1 parent 3ff5bf6 commit 9d0d296
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion kittycad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ serde_json = "1"
serde_urlencoded = { version = "^0.7", optional = true }
tabled = { version = "0.15.0", features = ["ansi"], optional = true }
thiserror = "1"
tokio = { version = "1.38.0", features = ["rt", "macros"] }
tracing = { version = "^0.1", optional = true }
url = { version = "2", features = ["serde"] }
uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.38.0", features = ["rt", "macros"] }

[dev-dependencies]
expectorate = "1"
futures-util = "^0.3.26"
Expand Down
4 changes: 3 additions & 1 deletion openapitor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,11 +601,13 @@ serde_json = "1"
serde_urlencoded = {{ version = "^0.7", optional = true }}
tabled = {{ version = "0.15.0", features = ["ansi"], optional = true }}
thiserror = "1"
tokio = {{ version = "1.38.0", features = ["rt", "macros"] }}
tracing = {{ version = "^0.1", optional = true }}
url = {{ version = "2", features = ["serde"] }}
uuid = {{ version = "1", features = ["serde", "v4", "v7"] }}
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = {{ version = "1.38.0", features = ["rt", "macros"] }}
[dev-dependencies]
expectorate = "1"
futures-util = "^0.3.26"
Expand Down

0 comments on commit 9d0d296

Please sign in to comment.