chore: update pwhash dependency and add settings debug log
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
2764f16c20
commit
e1091b72f8
@@ -32,7 +32,7 @@ lz4_flex = "0.11.1"
|
|||||||
nix = "0.30.1"
|
nix = "0.30.1"
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
prettytable-rs = "0.10.0"
|
prettytable-rs = "0.10.0"
|
||||||
pwhash = "1.0.1"
|
pwhash = "1.0.0"
|
||||||
regex = "1.9.5"
|
regex = "1.9.5"
|
||||||
rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] }
|
rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] }
|
||||||
rusqlite_migration = "2.3.0"
|
rusqlite_migration = "2.3.0"
|
||||||
|
|||||||
@@ -75,7 +75,6 @@ fn main() -> Result<(), Error> {
|
|||||||
|
|
||||||
// Create unified settings
|
// Create unified settings
|
||||||
let settings = Settings::from_config_and_args(&config, &args, default_dir)?;
|
let settings = Settings::from_config_and_args(&config, &args, default_dir)?;
|
||||||
debug!("MAIN: Unified settings: {:?}", settings);
|
|
||||||
|
|
||||||
let ids = &mut Vec::new();
|
let ids = &mut Vec::new();
|
||||||
let tags = &mut Vec::new();
|
let tags = &mut Vec::new();
|
||||||
@@ -164,6 +163,7 @@ fn main() -> Result<(), Error> {
|
|||||||
debug!("MAIN: ids: {:?}", ids);
|
debug!("MAIN: ids: {:?}", ids);
|
||||||
debug!("MAIN: tags: {:?}", tags);
|
debug!("MAIN: tags: {:?}", tags);
|
||||||
debug!("MAIN: mode: {:?}", mode);
|
debug!("MAIN: mode: {:?}", mode);
|
||||||
|
debug!("MAIN: settings: {:?}", settings);
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
libc::umask(0o077);
|
libc::umask(0o077);
|
||||||
|
|||||||
Reference in New Issue
Block a user