Skip to content

Commit

Permalink
Update iotscape dep for build
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteinLTU committed Aug 8, 2024
1 parent 8741a94 commit e939682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roboscapesim-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures-executor = "0.3"
log = "0.4"
once_cell = "1.19"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
roboscapesim-common = { path = "../roboscapesim-common" }
serde = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion roboscapesim-client-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ neo-babylon = "0.2.0"
wasm-bindgen-futures = "0.4"
serde_json = "1.0"
instant = { version = "0.1", features = ["wasm-bindgen"] }
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.12", features = ["json"], default-features = false }
gloo-timers = { version = "0.3", features = ["futures"] }
rmp-serde = "1.3"
js-helpers = "0.1.6"
2 changes: 1 addition & 1 deletion roboscapesim-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dotenvy = "0.15"
async-listen = "0.2.1"
futures = "0.3"
gc-arena = "=0.5.3"
iotscape = { version = "=0.5.5", features = ["tokio"]}
iotscape = { version = "=0.5.6", features = ["tokio"]}
log = "0.4"
netsblox-vm = { version = "=0.4.5", default-features = false, features = ["std", "rustls-tls-native-roots", "std-system"] }
nalgebra = { version = "0.32", features = ["serde", "serde-serialize", "rand"] }
Expand Down

0 comments on commit e939682

Please sign in to comment.