diff --git a/Cargo.lock b/Cargo.lock index e678167..7e309a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ "actix-utils", "ahash 0.8.3", "base64 0.21.4", - "bitflags 2.4.0", + "bitflags 2.4.1", "brotli", "bytes", "bytestring", @@ -368,9 +368,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" +checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "block-buffer" @@ -598,7 +598,7 @@ version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2268a214a6f118fce1838edba3d1561cf0e78d8de785475957a580a7f8c69d33" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.1", "byteorder", "diesel_derives", "itoa 1.0.9", @@ -875,7 +875,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "groot" -version = "0.6.0" +version = "0.6.1" dependencies = [ "actix-files", "actix-multipart", @@ -1345,7 +1345,7 @@ version = "0.10.57" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.1", "cfg-if", "foreign-types", "libc", @@ -1854,7 +1854,7 @@ version = "0.38.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.1", "errno", "libc", "linux-raw-sys", diff --git a/Cargo.toml b/Cargo.toml index 272dd37..00320fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "groot" -version = "0.6.0" +version = "0.6.1" description = "The coolest guardian of the galaxy!" repository = "https://github.com/fao89/groot" authors = ["Fabricio Aguiar "] diff --git a/README.md b/README.md index 01cb4cf..e5ea396 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Please have a `.env` file with the following variables: ## Downloading ```console -$ curl -L https://github.com/fao89/groot/releases/download/0.6.0/groot-linux-amd64 -o groot +$ curl -L https://github.com/fao89/groot/releases/download/0.6.1/groot-linux-amd64 -o groot $ chmod +x groot ``` ## Sync roles or collections @@ -37,7 +37,7 @@ $ ansible-galaxy collection publish -c -s http://127.0.0.1:3030/