diff --git a/Cargo.lock b/Cargo.lock index 1e94fe0..3961494 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,9 +204,9 @@ checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] name = "camino" -version = "1.0.9" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412" +checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 4419a88..82d1050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/jaysonsantos/aur-autoupdater" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.56" -camino = { version = "1.0.9", features = ["serde1"] } +camino = { version = "1.1.6", features = ["serde1"] } color-eyre = "0.6.1" directories = "4.0.1" futures = "0.3.21"