Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Nov 9, 2023
1 parent bc53718 commit f8ebee3
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
92 changes: 46 additions & 46 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 @@ -18,8 +18,8 @@ home = "0.5.5"
nanorand = { version = "0.7.0", default-features = false, features = ["std", "wyrand"] }
native-tls = { version = "0.2.11", optional = true }
rustyline = { version = "12.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
serde = { version = "1.0.190", default-features = false }
toml = { version = "0.8.2", default-features = false, features = ["parse"] }
serde = { version = "1.0.192", default-features = false }
toml = { version = "0.8.8", default-features = false, features = ["parse"] }
ureq = { version = "2.8.0", default-features = false, optional = true }

[target.'cfg(windows)'.dependencies]
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.12", features = [ "wasm-bindgen" ] }
js-sys = "0.3.64"
wasm-bindgen = "0.2.87"
js-sys = "0.3.65"
wasm-bindgen = "0.2.88"

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

0 comments on commit f8ebee3

Please sign in to comment.