diff --git a/Cargo.lock b/Cargo.lock index 74f41ed..93c1d97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1460,7 +1460,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uzers" version = "0.11.3" -source = "git+https://github.com/rustadopt/uzers-rs?branch=main#9e5460cc69ba1b6146abdc4fc6254d4c61c7c4bb" +source = "git+https://github.com/rustadopt/uzers-rs#aa6f0f8665fff188ddceb758078dc3a1e0c238a4" dependencies = [ "libc", "log", diff --git a/Cargo.toml b/Cargo.toml index 9d3d785..eebb835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tokio = { version = "^1.2", default-features = false, features = [ unic-langid = "^0.9" zeroize = "^1.3" # TODO: Change to published version when a new release is out. -uzers = { git = "https://github.com/rustadopt/uzers-rs", branch = "main" } +uzers = { git = "https://github.com/rustadopt/uzers-rs", commit = "aa6f0f8665fff188ddceb758078dc3a1e0c238a4" } [profile.release] lto = true