Skip to content

Commit

Permalink
Merge pull request #10 from axodotdev/miette
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
mistydemeo authored Feb 16, 2024
2 parents 01e3263 + 4faa886 commit b0b4870
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 57 deletions.
124 changes: 72 additions & 52 deletions Cargo.lock

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

16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ axo_releases = ["gazenot", "tokio"]
github_releases = ["reqwest"]

[dependencies]
axoasset = { version = "0.6.2", default-features = false, features = ["json-serde"]}
axocli = { version = "0.1.1", optional = true }
axoprocess = "0.1.0"
axoasset = { version = "0.7.0", default-features = false, features = [
"json-serde",
] }
axocli = { version = "0.2.0", optional = true }
axoprocess = "0.2.0"
camino = { version = "1.1.6", features = ["serde1"] }
homedir = "0.2.1"
serde = "1.0.196"
Expand All @@ -31,10 +33,14 @@ gazenot = { version = "0.2.3", features = ["client_lib"], optional = true }
tokio = { version = "1.36.0", features = ["full"], optional = true }

# github releases
reqwest = { version = "0.11", default-features = false, features = ["blocking", "default-tls", "json"], optional = true }
reqwest = { version = "0.11", default-features = false, features = [
"blocking",
"default-tls",
"json",
], optional = true }

# errors
miette = "5.6.0"
miette = "7.0.0"
thiserror = "1.0.57"

[[bin]]
Expand Down

0 comments on commit b0b4870

Please sign in to comment.