diff --git a/Cargo.lock b/Cargo.lock index 1bd695b..29b36da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "1.0.0-rc47" +version = "1.0.0-rc48" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 295d2c6..63e32b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "1.0.0-rc47" +version = "1.0.0-rc48" edition = "2024" license = "MIT" diff --git a/src/bin/dosh-client.rs b/src/bin/dosh-client.rs index 2ac87ec..e12d827 100644 --- a/src/bin/dosh-client.rs +++ b/src/bin/dosh-client.rs @@ -11187,14 +11187,14 @@ mod tests { use super::{ CachedCredential, DisconnectStatus, DynamicForward, FRAME_GAP_RESYNC_AFTER_MS, FrameBuffer, LOCAL_SLEEP_REPAINT_AFTER, LOCAL_SLEEP_REPAINT_RETRY_AFTER, - LOCAL_SLEEP_REPAINT_RETRY_WINDOW, LocalForward, - MAX_PENDING_USER_INPUT_BYTES, NativeIdentityContext, POST_RECONNECT_STALE_INPUT_GRACE, - POST_SUBMIT_ALL_INPUT_HOLD, PendingStreamControl, PendingStreamOpen, PendingWindowAdjust, - PredictMode, Predictor, RESTART_STATUS_SCRIPT, RemoteForward, STALE_TERMINAL_INPUT_AFTER, - STARTUP_INPUT_HOLD, STDIN_QUEUE_CAPACITY, STREAM_CONTROL_RETRANSMIT_MAX_ATTEMPTS, - STREAM_INITIAL_WINDOW, SshConfig, SshPathTokenContext, StartupGateMode, StatusAction, - TERMINAL_CLEANUP, TERMINAL_SNAPSHOT_RESET, UpdateOptions, UpdateRole, auth_allows, - cache_key, cache_server_prefix, cleanup_stream_state, clear_cached_credentials, + LOCAL_SLEEP_REPAINT_RETRY_WINDOW, LocalForward, MAX_PENDING_USER_INPUT_BYTES, + NativeIdentityContext, POST_RECONNECT_STALE_INPUT_GRACE, POST_SUBMIT_ALL_INPUT_HOLD, + PendingStreamControl, PendingStreamOpen, PendingWindowAdjust, PredictMode, Predictor, + RESTART_STATUS_SCRIPT, RemoteForward, STALE_TERMINAL_INPUT_AFTER, STARTUP_INPUT_HOLD, + STDIN_QUEUE_CAPACITY, STREAM_CONTROL_RETRANSMIT_MAX_ATTEMPTS, STREAM_INITIAL_WINDOW, + SshConfig, SshPathTokenContext, StartupGateMode, StatusAction, TERMINAL_CLEANUP, + TERMINAL_SNAPSHOT_RESET, UpdateOptions, UpdateRole, auth_allows, cache_key, + cache_server_prefix, cleanup_stream_state, clear_cached_credentials, ensure_tui_safe_status_overlay, expand_ssh_path_tokens, first_resolved_addr, imported_host_block, input_contains_focus_in, input_prefix_before_escape, is_local_status_target, is_resume_response_for_client,