diff --git a/Cargo.lock b/Cargo.lock index 2cca6a4890424fc00105c0851a6290b2ffb786d0..90b90592e99e9341b29a8d463bfc9cde1ff84c9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2341,8 +2341,8 @@ dependencies = [ [[package]] name = "rauth" -version = "0.2.7" -source = "git+https://gitlab.insrt.uk/insert/rauth?rev=1db825a0059639144ea8802f6d51b5d27c5b986e#1db825a0059639144ea8802f6d51b5d27c5b986e" +version = "0.2.7-patch.0" +source = "git+https://gitlab.insrt.uk/insert/rauth?rev=e17673d046f5e447b6805c4ec9a10525b0526d02#e17673d046f5e447b6805c4ec9a10525b0526d02" dependencies = [ "chrono", "handlebars", diff --git a/Cargo.toml b/Cargo.toml index ed1af8128766ea2aa442fc3b5744d4aa920b2f27..2b1c1e10a57654b5b4b0821c4536be87ef35d268 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ async-std = { version = "1.8.0", features = ["tokio02", "attributes"] } async-tungstenite = { version = "0.10.0", features = ["async-std-runtime"] } rocket_cors = { git = "https://github.com/insertish/rocket_cors", branch = "master" } mongodb = { version = "1.1.1", features = ["tokio-runtime"], default-features = false } -rauth = { git = "https://gitlab.insrt.uk/insert/rauth", rev = "1db825a0059639144ea8802f6d51b5d27c5b986e" } +rauth = { git = "https://gitlab.insrt.uk/insert/rauth", rev = "e17673d046f5e447b6805c4ec9a10525b0526d02" } rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", rev = "031948c1daaa146128d8a435be116476f2adde00" } rocket_prometheus = { git = "https://github.com/insertish/rocket_prometheus", rev = "3d825aedb42793246c306a81fe67c5b187948983" } rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "031948c1daaa146128d8a435be116476f2adde00", default-features = false } diff --git a/set_version.sh b/set_version.sh index 286384cfc95f01ca09754b14b7b62cf4753e7157..372bac66e2a1e440e4e5cfa09b29b6675028fc78 100755 --- a/set_version.sh +++ b/set_version.sh @@ -1,3 +1,3 @@ #!/bin/bash -export version=0.5.1-alpha.4 +export version=0.5.1-alpha.5 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs diff --git a/src/version.rs b/src/version.rs index 08c65e1523eeb3686102d9ce75881266fdded4c0..ef59e777078cbfc9d59025336aa36c3d68c33ecb 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1 +1 @@ -pub const VERSION: &str = "0.5.1-alpha.4"; +pub const VERSION: &str = "0.5.1-alpha.5";