Skip to content

Commit

Permalink
update more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Apr 18, 2024
1 parent 42f9c3a commit a80a15a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions clippy.sh

This file was deleted.

14 changes: 7 additions & 7 deletions stateroom-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ keywords = ["websocket"]
description = "Command-line tool for developing Stateroom applications"

[dependencies]
anyhow = "1.0.52"
cargo_metadata = "0.18.1"
clap = { version = "4.1.6", features = ["derive"] }
fs_extra = "1.2.0"
serde = { version = "1.0.127", features = ["derive"] }
stateroom = { path="../stateroom", version="0.2.8" }
stateroom-stdio = { path="../stateroom-stdio", version="0.2.8" }
stateroom-server = { path="../stateroom-server", version="0.2.8", features=["serve-static"] }
stateroom-stdio = { path="../stateroom-stdio", version="0.2.8" }
stateroom-wasm-host = { path="../stateroom-wasm-host", version="0.2.8" }
clap = { version = "4.1.6", features = ["derive"] }
anyhow = "1.0.52"
serde = { version = "1.0.127", features = ["derive"] }
toml = "0.7.2"
cargo_metadata = "0.15.0"
toml = "0.8.12"
tracing = "0.1.28"
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
wasm-bindgen-cli-support = "0.2.83"
fs_extra = "1.2.0"

0 comments on commit a80a15a

Please sign in to comment.