Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
the-marenga committed Jul 3, 2024
1 parent 5fa396d commit c91162e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[package]
name = "sf-scrapbook-helper"
version = "0.2.2"
version = "0.2.3"
edition = "2021"


[dependencies]
ahash = "0.8"
async-compression = { version = "0.4", features = ["zlib"] }
Expand Down Expand Up @@ -36,7 +35,7 @@ reqwest = { version = "0.12", features = ["gzip", "deflate", "brotli"] }
semver = "1.0.23"
serde = "1.0"
serde_json = "1.0"
sf-api = { git = "https://github.com/the-marenga/sf-api", rev = "5ae791f" }
sf-api = { git = "https://github.com/the-marenga/sf-api", rev = "79607d2" }
titlecase = "3.2"
tokio = { version = "1.38", default-features = false, features = ["fs"] }
toml = "0.8"
Expand Down

0 comments on commit c91162e

Please sign in to comment.