diff --git a/Cargo.toml b/Cargo.toml index 5eaabc1..9fe342b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["lmdb", "database", "storage"] license = "Apache-2.0" name = "rkv" readme = "README.md" -repository = "https://github.com/nikoPLP/rkv" +repository = "https://github.com/p2pcollab/rkv" version = "0.18.0" rust-version = "1.58" @@ -59,7 +59,7 @@ bitflags = "~1.2" byteorder = "1" id-arena = "2.2" lazy_static = "1.1" -lmdb-crypto-rs = { git = "https://github.com/nikoPLP/lmdb-rs.git", branch = "master", optional = true } +lmdb-crypto-rs = { git = "https://github.com/p2pcollab/lmdb-rs.git", branch = "master", optional = true } log = "0.4.4" ordered-float = "3.0.0" paste = "1.0.6"