diff --git a/Cargo.lock b/Cargo.lock index 3d96688..263ff2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,9 +38,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axoasset" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dce2f189800bafe8322ef3a4d361ee7373bfc2f8fe052afda404230166dc45f" +checksum = "5e05853b0d9abfab8e7532cad0d07ec396dd95c1a81926b49ab3cfa121a9d8d6" dependencies = [ "camino", "image", diff --git a/Cargo.toml b/Cargo.toml index a6cd884..f2883dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ cargo-projects = ["guppy", "semver"] npm-projects = ["oro-common", "oro-package-spec", "node-semver"] [dependencies] -axoasset = { version = "0.9.0", default-features = false, features = ["json-serde", "toml-edit", "toml-serde"] } +axoasset = { version = "0.9.1", default-features = false, features = ["json-serde", "toml-edit", "toml-serde"] } camino = { version = "1.1.4", default-features = true, features = ["serde1"] } miette = "7.2.0" guppy = { version = "0.17.5", optional = true }