Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Aug 17, 2024
1 parent 42af425 commit 0b4c1c0
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 96 deletions.
96 changes: 62 additions & 34 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ license.workspace = true
readme = "../README.md"

[dependencies]
ctrlc = "3.4.4"
ctrlc = "3.4.5"
fend-core.workspace = true
home = "0.5.9"
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rustyline = { version = "14.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
serde = { version = "1.0.205", default-features = false }
serde = { version = "1.0.208", default-features = false }
toml = { version = "0.8.19", default-features = false, features = ["parse"] }
minreq = { version = "2.12.0", default-features = false, optional = true }

Expand Down
4 changes: 2 additions & 2 deletions wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ default = []
[dependencies]
fend-core.workspace = true
instant = { version = "0.1.13", features = [ "wasm-bindgen" ] }
js-sys = "0.3.69"
wasm-bindgen = "0.2.92"
js-sys = "0.3.70"
wasm-bindgen = "0.2.93"

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Oz"]
Loading

0 comments on commit 0b4c1c0

Please sign in to comment.