Skip to content

Commit

Permalink
fix(deps): update rust crate camino to v1.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent b584584 commit ef831d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
anstream = "0.6.11"
anstyle = "1.0.6"
anyhow = "1.0"
camino = { version = "1.0.4", features = ["serde1"] }
camino = { version = "1.1.6", features = ["serde1"] }
ostree-ext = { version = "0.13" }
chrono = { version = "0.4.23", features = ["serde"] }
clap = { version= "4.2", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/xtask.rs"

[dependencies]
anyhow = "1.0.68"
camino = "1.0"
camino = "1.1"
chrono = { version = "0.4.23", default_features = false, features = ["std"] }
fn-error-context = "0.2.0"
tempfile = "3.3"
Expand Down

0 comments on commit ef831d2

Please sign in to comment.