Skip to content

Commit

Permalink
Merge pull request #106 from axodotdev/dependabot/cargo/axoasset-1.0.1
Browse files Browse the repository at this point in the history
chore(deps): bump axoasset from 1.0.0 to 1.0.1
  • Loading branch information
mistydemeo authored Nov 4, 2024
2 parents a6d76f9 + d9e0baf commit 5b507dd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
43 changes: 25 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ miette = { version = "7.2.0" }
schemars = "0.8.11"

# things needed for the full client
axoasset = { version = "1.0.0", features = ["json-serde", "remote"], optional = true }
axoasset = { version = "1.0.1", features = ["json-serde", "remote"], optional = true }
url = { version = "2.5.0", features = ["serde"], optional = true }
tracing = { version = "0.1.36", features = ["log"], optional = true }
tokio = { version = "1.12.0", features = ["full"], optional = true }
Expand Down

0 comments on commit 5b507dd

Please sign in to comment.