diff --git a/Cargo.lock b/Cargo.lock index 5473214..ba84633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rencfs" -version = "0.14.6" +version = "0.14.7" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index f1c60bf..65417c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,12 @@ cargo-features = ["profile-rustflags"] [package] name = "rencfs" description = "An encrypted file system that is mounted with FUSE on Linux. It can be used to create encrypted directories." -version = "0.14.6" +version = "0.14.7" edition = "2021" license = "MIT OR Apache-2.0" -authors = ["Radu Marias "] -homepage = "https://radumarias.github.io/rencfs" -repository = "https://github.com/radumarias/rencfs" +authors = ["Radu Marias "] +homepage = "https://xoriors.github.io/rencfs" +repository = "https://github.com/xoriors/rencfs" readme = "README.md" keywords = ["privacy", "filesystem", "encryption", "security", "cryptography"] categories = ["cryptography", "filesystem"] diff --git a/java-bridge/Cargo.lock b/java-bridge/Cargo.lock index a11071e..e5aadb7 100644 --- a/java-bridge/Cargo.lock +++ b/java-bridge/Cargo.lock @@ -1923,7 +1923,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "rencfs" -version = "0.14.6" +version = "0.14.7" dependencies = [ "anyhow", "argon2",