Skip to content

Commit

Permalink
Removed obsolete dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Feb 20, 2024
1 parent 96c87fb commit 946bad0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

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

24 changes: 0 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,38 +47,14 @@ gosub_css3 = { path = "./crates/gosub-css3", features = [] }
gosub_js = { path = "./crates/gosub-js", features = [] }
gosub_jsapi = { path = "./crates/gosub-jsapi", features = [] }
gosub_testing = { path = "./crates/gosub-testing", features = [] }
phf = { version = "0.11.2", features = ["macros"] }
derive_more = "0.99"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_derive = "1.0"
regex = "1"
lazy_static = "1.4"
#typed-arena = "2.0.2"
thiserror = "1.0.57"
ureq = "2.9.6"
anyhow = "1.0.79"
uuid = { version = "1.7.0", features = ["v4"] }
colored = "2.1.0"
walkdir = "2.3"
nom = "7.1.3"
nom_locate = "4.2.0"
sqlite = "0.33.0"
clap = { version = "4.5.0", features = ["derive"] }
log = "0.4.20"
#domain-lookup-tree = "0.1"
#hickory-resolver = "0.24.0"
simple_logger = "4.2.0"
#libc = "0.2"
#shared_singleton = "0.1.0"
testing_logger = "0.1.1"
cookie = { version = "0.18.0", features = ["secure", "private"] }
#http = "1.0.0"
url = "2.5.0"
v8 = "0.83.2"
#rand = "0.8.5"
#ouroboros = "0.18.3"
chardet = "0.2.4"

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
1 change: 1 addition & 0 deletions crates/gosub-js/src/web_executor/js/v8.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ mod tests {
);

assert!(result.is_err());
// This assertion fails because the error type is not correct
// assert!(matches!(
// result,
// Err(anyhow::Error::new(JSError::Compile(_)))
Expand Down

0 comments on commit 946bad0

Please sign in to comment.