Skip to content

Commit

Permalink
Update vulnerable deps (#3)
Browse files Browse the repository at this point in the history
* cranelift-codegen 0.91.1

* tokio-tungstenite 0.20.1
  • Loading branch information
juchiast authored Nov 7, 2023
1 parent e9f1a16 commit e14682d
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 26 deletions.
130 changes: 106 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/cmds-pdg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flow-lib = { workspace = true }
futures = "0.3.28"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
tokio-tungstenite = { version = "0.18.0", features = [
tokio-tungstenite = { version = "0.20.1", features = [
"rustls-tls-webpki-roots",
] }
thiserror = "1.0.40"
Expand Down
3 changes: 2 additions & 1 deletion crates/space-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ wasmer-wasi = { version = "3.1", default-features = false, features = [
"sys",
"host-fs",
] }
cranelift-codegen = "^0.91.1"

[dev-dependencies]
serde_json = "1.0"
pretty_assertions = "1.3"
pretty_assertions = "1.3"

0 comments on commit e14682d

Please sign in to comment.