diff --git a/Cargo.lock b/Cargo.lock
index d00b6a733371b98e5257110af5aace21fbb9a2c1..8dc2be3ed10b9160863a06b3d3f3643d8ff1567a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2208,8 +2208,8 @@ dependencies = [
 
 [[package]]
 name = "rauth"
-version = "0.2.0"
-source = "git+https://gitlab.insrt.uk/insert/rauth?rev=8f3ea627#8f3ea627eb304945b0af0b79aca8e94e474e46ae"
+version = "0.2.1"
+source = "git+https://gitlab.insrt.uk/insert/rauth?rev=d48b0087cc546d2c9ef53f27d0693c8378172dfe#d48b0087cc546d2c9ef53f27d0693c8378172dfe"
 dependencies = [
  "chrono",
  "json",
diff --git a/Cargo.toml b/Cargo.toml
index 08a29907898cf30bff2b338f0ca7a8cc990edbf0..7b62b254884710061ab6faa752ffeede66c9da3c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ many-to-many = "0.1.2"
 impl_ops = "0.1.1"
 ctrlc = { version = "3.0", features = ["termination"] }
 async-tungstenite = { version = "0.10.0", features = ["async-std-runtime"] }
-rauth = { git = "https://gitlab.insrt.uk/insert/rauth", rev = "8f3ea627" }
+rauth = { git = "https://gitlab.insrt.uk/insert/rauth", rev = "d48b0087cc546d2c9ef53f27d0693c8378172dfe" }
 async-std = { version = "1.8.0", features = ["tokio02", "attributes"] }
 
 hive_pubsub = { version = "0.4.3", features = ["mongo"] }