Skip to content

Commit

Permalink
chore: update deps (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored May 21, 2023
1 parent 00c1e66 commit 502a898
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 24 deletions.
41 changes: 25 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ lagon-runtime = { path = "../runtime" }
lagon-runtime-http = { path = "../runtime_http" }
lagon-runtime-isolate = { path = "../runtime_isolate" }
lagon-runtime-utils = { path = "../runtime_utils" }
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.3.0", features = ["derive"] }
dialoguer = { version = "0.10.4", features = ["password"] }
indicatif = "0.17.3"
dirs = "5.0.1"
webbrowser = "0.8.9"
webbrowser = "0.8.10"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
hyper = { version = "0.14.26", features = ["client", "server", "http1", "runtime", "stream"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime_crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hmac = "0.12.1"
sha1 = "0.10.5"
sha2 = "0.10.6"
aes = "0.8.2"
aes-gcm = "0.10.1"
aes-gcm = "0.10.2"
cbc = { version = "0.1.2", features = ["std"] }
ring = { version = "0.16.20", features = ["std"] }
once_cell = "1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/wpt-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ lagon-runtime = { path = "../runtime" }
lagon-runtime-http = { path = "../runtime_http" }
lagon-runtime-isolate = { path = "../runtime_isolate" }
flume = "0.10.14"
console = "0.15.5"
console = "0.15.6"
once_cell = "1.17.1"
hyper = { version = "0.14.26", features = ["server"] }
12 changes: 8 additions & 4 deletions pnpm-lock.yaml

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

2 comments on commit 502a898

@vercel
Copy link

@vercel vercel bot commented on 502a898 May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www – ./www

www-lagon.vercel.app
www-git-main-lagon.vercel.app
lagon.dev
lagon.app

@vercel
Copy link

@vercel vercel bot commented on 502a898 May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./packages/docs

lagon-docs.vercel.app
docs-git-main-lagon.vercel.app
docs-lagon.vercel.app
docs.lagon.app

Please sign in to comment.