diff --git a/in_development/rust/osupdater/src/main.rs b/in_development/rust/osupdater/src/main.rs
index 213b3bd..f63b696 100644
--- a/in_development/rust/osupdater/src/main.rs
+++ b/in_development/rust/osupdater/src/main.rs
@@ -14,9 +14,9 @@ fn trim_newline(s: &mut String) {
fn main() {
{
// Tell user that we are going to start the update procedure
- cprintln!("osupdater : rust edition\n");
- println!("This tool will locate any package managers on your system and run the update tool appropriate to it.\n");
- println!("Looking for native package managers.");
+ cprintln!("osupdater : rust edition\n");
+ cprintln!("This tool will locate any package managers on your system and run the update tool appropriate to it.\n");
+ cprintln!("Looking for native package managers.\n");
let find_sudo = Command::new("which")
.arg("sudo").stdout(Stdio::piped()).output().unwrap();
let mut sudo_bin = String::from_utf8(find_sudo.stdout).unwrap();
@@ -68,7 +68,7 @@ fn main() {
trim_newline(&mut pip_review_bin);
//apt
- println!("Checking for apt");
+ cprintln!("Checking for apt");
let path = Path::new(&apt_bin);
if path.exists(){
let mut cmd =
@@ -86,7 +86,7 @@ fn main() {
}
// dnf
- println!("Checking for dnf");
+ cprintln!("hecking for dnf");
let path = Path::new(&dnf_bin);
if path.exists(){
let mut cmd =
@@ -98,7 +98,7 @@ fn main() {
}
// pacman
- println!("Checking for pacman");
+ cprintln!("Checking for pacman");
let path = Path::new(&pacman_bin);
if path.exists(){
let mut cmd =
@@ -110,7 +110,7 @@ fn main() {
}
// urpmi
- println!("Checking for urpmi");
+ cprintln!("Checking for urpmi");
let path = Path::new(&urpmi_bin);
if path.exists(){
let mut cmd =
@@ -122,7 +122,7 @@ fn main() {
}
// yum
- println!("Checking for yum");
+ cprintln!("Checking for yum");
let path = Path::new(&yum_bin);
if path.exists(){
let mut cmd =
@@ -134,7 +134,7 @@ fn main() {
}
// zypper
- println!("Checking for zypper");
+ cprintln!("Checking for zypper");
let path = Path::new(&zypper_bin);
if path.exists(){
let mut cmd =
@@ -146,11 +146,11 @@ fn main() {
}
// Check container formats
- println!("Checking application containers");
+ cprintln!("Checking application containers");
// flatpak
- println!("Checking for user flatpak installs");
+ cprintln!("Checking for user flatpak installs");
let path = Path::new(&flatpak_bin);
if path.exists(){
let mut cmd =
@@ -160,7 +160,7 @@ fn main() {
.spawn().unwrap();
let _output = cmd.wait();
}
- println!("Checking for system flatpak installs");
+ cprintln!("Checking for system flatpak installs");
let path = Path::new(&flatpak_bin);
if path.exists(){
let mut cmd =
@@ -172,7 +172,7 @@ fn main() {
}
// snap
- println!("Checking for user snap installation");
+ cprintln!("Checking for user snap installation");
let path = Path::new(&snap_bin);
if path.exists(){
let mut cmd =
@@ -182,7 +182,7 @@ fn main() {
.spawn().unwrap();
let _output = cmd.wait();
}
- println!("Checking for system snap installation");
+ cprintln!("Checking for system snap installation");
let path = Path::new(&snap_bin);
if path.exists(){
let mut cmd =
@@ -194,7 +194,7 @@ fn main() {
}
//Python
- println!("Updating Python user installation via pip-review");
+ cprintln!("Updating Python user installation via pip-review");
let path = Path::new(&pip_review_bin);
if path.exists(){
let mut cmd =
diff --git a/in_development/rust/osupdater/target/debug/deps/osupdater-baa39ebe567a7912 b/in_development/rust/osupdater/target/debug/deps/osupdater-baa39ebe567a7912
index d29aa26..ab53bd3 100755
Binary files a/in_development/rust/osupdater/target/debug/deps/osupdater-baa39ebe567a7912 and b/in_development/rust/osupdater/target/debug/deps/osupdater-baa39ebe567a7912 differ
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/144w7ysjlkuh49ro.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/144w7ysjlkuh49ro.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/144w7ysjlkuh49ro.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/144w7ysjlkuh49ro.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/15298yu0quu1rg7w.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/15298yu0quu1rg7w.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/15298yu0quu1rg7w.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/15298yu0quu1rg7w.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/15yo8dcuffuscywe.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/15yo8dcuffuscywe.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/15yo8dcuffuscywe.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/15yo8dcuffuscywe.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/19matxm2y5nveos3.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/19matxm2y5nveos3.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/19matxm2y5nveos3.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/19matxm2y5nveos3.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/1ertr3is705mjrx6.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/1ertr3is705mjrx6.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/1ertr3is705mjrx6.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/1ertr3is705mjrx6.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/1hgmo1zw96oz2sbx.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/1hgmo1zw96oz2sbx.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/1hgmo1zw96oz2sbx.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/1hgmo1zw96oz2sbx.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/1qdb8i0imwjohiom.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/1qdb8i0imwjohiom.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/1qdb8i0imwjohiom.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/1qdb8i0imwjohiom.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/1yk2phjmzv37cizw.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/1yk2phjmzv37cizw.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/1yk2phjmzv37cizw.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/1yk2phjmzv37cizw.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/20cjj4c32lykgl5g.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/20cjj4c32lykgl5g.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/20cjj4c32lykgl5g.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/20cjj4c32lykgl5g.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/22ze6h1n8k4g22cs.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/22ze6h1n8k4g22cs.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/22ze6h1n8k4g22cs.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/22ze6h1n8k4g22cs.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/2njdx1mzlfviux14.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/2njdx1mzlfviux14.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/2njdx1mzlfviux14.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/2njdx1mzlfviux14.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/2rcp8zkf90eonvg8.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/2rcp8zkf90eonvg8.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/2rcp8zkf90eonvg8.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/2rcp8zkf90eonvg8.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/2sa371d0tg3q8bg.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/2sa371d0tg3q8bg.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/2sa371d0tg3q8bg.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/2sa371d0tg3q8bg.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/2yx0o3j1fxm4zpeg.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/2yx0o3j1fxm4zpeg.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/2yx0o3j1fxm4zpeg.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/2yx0o3j1fxm4zpeg.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/350qp6bsuszmpr3y.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/350qp6bsuszmpr3y.o
similarity index 81%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/350qp6bsuszmpr3y.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/350qp6bsuszmpr3y.o
index 8c22f46..916146a 100644
Binary files a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/350qp6bsuszmpr3y.o and b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/350qp6bsuszmpr3y.o differ
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/37t4gy3vn1rr93yp.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/37t4gy3vn1rr93yp.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/37t4gy3vn1rr93yp.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/37t4gy3vn1rr93yp.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/3a67in5jx1k930nl.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/3a67in5jx1k930nl.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/3a67in5jx1k930nl.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/3a67in5jx1k930nl.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/3fdsyvh5bc26e03j.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/3fdsyvh5bc26e03j.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/3fdsyvh5bc26e03j.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/3fdsyvh5bc26e03j.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/3pmbuh9k39zx8ldy.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/3pmbuh9k39zx8ldy.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/3pmbuh9k39zx8ldy.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/3pmbuh9k39zx8ldy.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/41thhj79wzxgfgx4.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/41thhj79wzxgfgx4.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/41thhj79wzxgfgx4.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/41thhj79wzxgfgx4.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/41xngsdq0lnkeln0.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/41xngsdq0lnkeln0.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/41xngsdq0lnkeln0.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/41xngsdq0lnkeln0.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/43e8vpfig75djm96.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/43e8vpfig75djm96.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/43e8vpfig75djm96.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/43e8vpfig75djm96.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/4ctxnkuqr29kuby5.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/4ctxnkuqr29kuby5.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/4ctxnkuqr29kuby5.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/4ctxnkuqr29kuby5.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/4ir4ryh7sdwh7f92.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/4ir4ryh7sdwh7f92.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/4ir4ryh7sdwh7f92.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/4ir4ryh7sdwh7f92.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/4siy8jcz9p0nnte.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/4siy8jcz9p0nnte.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/4siy8jcz9p0nnte.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/4siy8jcz9p0nnte.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/4wgonm6mx3x3ysn4.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/4wgonm6mx3x3ysn4.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/4wgonm6mx3x3ysn4.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/4wgonm6mx3x3ysn4.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/5d1bjgdbwuxck1z.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/5d1bjgdbwuxck1z.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/5d1bjgdbwuxck1z.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/5d1bjgdbwuxck1z.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/7rnavw59r6uc0fj.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/7rnavw59r6uc0fj.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/7rnavw59r6uc0fj.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/7rnavw59r6uc0fj.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/910wjuxgblnciek.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/910wjuxgblnciek.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/910wjuxgblnciek.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/910wjuxgblnciek.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/dep-graph.bin b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/dep-graph.bin
similarity index 54%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/dep-graph.bin
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/dep-graph.bin
index 78627f5..a57add0 100644
Binary files a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/dep-graph.bin and b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/dep-graph.bin differ
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/fdrigzxdmaxv7b4.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/fdrigzxdmaxv7b4.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/fdrigzxdmaxv7b4.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/fdrigzxdmaxv7b4.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/njgfjfm0og0u24d.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/njgfjfm0og0u24d.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/njgfjfm0og0u24d.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/njgfjfm0og0u24d.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/p98tjzw5klh902b.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/p98tjzw5klh902b.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/p98tjzw5klh902b.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/p98tjzw5klh902b.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/query-cache.bin b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/query-cache.bin
similarity index 65%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/query-cache.bin
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/query-cache.bin
index f66330c..fd401ec 100644
Binary files a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/query-cache.bin and b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/query-cache.bin differ
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/waxqn4c0gt5tmfg.o b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/waxqn4c0gt5tmfg.o
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/waxqn4c0gt5tmfg.o
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/waxqn4c0gt5tmfg.o
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/work-products.bin b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/work-products.bin
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0-9qoyr1z9j0yi8c7zrqgnko5qb/work-products.bin
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk-4ko9x1cs43js5y53tzfluv199/work-products.bin
diff --git a/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0.lock b/in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk.lock
similarity index 100%
rename from in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu0k2n39vq-n4rln0.lock
rename to in_development/rust/osupdater/target/debug/incremental/osupdater-fzd0a5hoaaiu/s-gu1gq2rska-ilwswk.lock
diff --git a/in_development/rust/osupdater/target/debug/osupdater b/in_development/rust/osupdater/target/debug/osupdater
index d29aa26..ab53bd3 100755
Binary files a/in_development/rust/osupdater/target/debug/osupdater and b/in_development/rust/osupdater/target/debug/osupdater differ