Skip to content

Commit

Permalink
Update crates: ruzstd, criterion, rfd (#98)
Browse files Browse the repository at this point in the history
### Checklist

* [x] I have read the [Contributor Guide](../CONTRIBUTING.md)
* [x] I have read and agree to the [Code of
Conduct](../CODE_OF_CONDUCT.md)
* [x] I have added a description of my changes and why I'd like them
included in the section below

### Description of Changes

Update some outdated crates
  • Loading branch information
emilk authored Oct 3, 2022
1 parent 87ba0ed commit f2f6ffb
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 107 deletions.
191 changes: 87 additions & 104 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 puffin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ serde = { version = "1.0", features = ["derive", "rc"], optional = true }
zstd = { version = "0.11.1", optional = true } # native only

[target.'cfg(target_arch = "wasm32")'.dependencies]
ruzstd = { version = "0.2.4", optional = true } # works on wasm
ruzstd = { version = "0.3.0", optional = true } # works on wasm

[dev-dependencies]
criterion = "0.3"
criterion = "0.4"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion puffin_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ puffin_http = { version = "0.10.0", path = "../puffin_http" }
argh = "0.1"
eframe = { version = "0.19.0", features = ["persistence"] }
log = "0.4"
rfd = "0.8.4"
rfd = "0.10.0"
simple_logger = "2.1"

# native:
Expand Down

0 comments on commit f2f6ffb

Please sign in to comment.