Skip to content

SK-182: update rust version to 1.93, update deps#225

Merged
drmorr0 merged 1 commit intomainfrom
drmorr/update-deps-rust-version
Feb 27, 2026
Merged

SK-182: update rust version to 1.93, update deps#225
drmorr0 merged 1 commit intomainfrom
drmorr/update-deps-rust-version

Conversation

@drmorr0
Copy link
Copy Markdown
Contributor

@drmorr0 drmorr0 commented Feb 26, 2026

Description and Rationale

  • Min rust version update to support cargo-nextest debugging, faster format stuff
  • Update other deps because why not

Test Steps

  • make build, make test passes

Other Notes

  • Some dependencies are pinned at lower versions because there are breaking changes that I don't care to fix right now. I commented in Cargo.toml, but these are

  • cargo llvm-cov segfaults now if --branch is specified, so that's been disabled for now, annoyingly (see also Crash Report (SIGSEGV) llvm/llvm-project#119558)

  • I certify that this PR does not contain any code that has been generated with GitHub Copilot or any other AI-based code generation tool, in accordance with this project's policies.

@linear
Copy link
Copy Markdown

linear Bot commented Feb 26, 2026

@drmorr0
Copy link
Copy Markdown
Contributor Author

drmorr0 commented Feb 26, 2026

Kubernetes Object DAG

%%{init: {'themeVariables': {'mainBkg': '#ddd'}}}%%
graph LR

classDef default color:#000
subgraph global
  direction LR
  global/simkube[<b>Namespace</b><br>simkube]
%% DELETED OBJECTS START
%% DELETED OBJECTS END
end

subgraph sk-tracer
  direction LR
  simkube/sk-tracer-svc[<b>Service</b><br>sk-tracer-svc]
  simkube/sk-tracer-depl[<b>Deployment</b><br>sk-tracer-depl]
  simkube/sk-tracer-sa[<b>ServiceAccount</b><br>sk-tracer-sa]
  sk-tracer/sk-tracer-crb[<b>ClusterRoleBinding</b><br>sk-tracer-crb]
  simkube/sk-tracer-tracer-config[<b>ConfigMap</b><br>sk-tracer-tracer-config]
  simkube/sk-tracer-sa--->simkube/sk-tracer-depl
  sk-tracer/sk-tracer-crb--->simkube/sk-tracer-depl
  simkube/sk-tracer-tracer-config--->simkube/sk-tracer-depl
%% DELETED OBJECTS START
%% DELETED OBJECTS END
end

subgraph sk-ctrl
  direction LR
  simkube/sk-ctrl-depl[<b>Deployment</b><br>sk-ctrl-depl]
  simkube/sk-ctrl-sa[<b>ServiceAccount</b><br>sk-ctrl-sa]
  sk-ctrl/sk-ctrl-crb[<b>ClusterRoleBinding</b><br>sk-ctrl-crb]
  simkube/sk-ctrl-sa--->simkube/sk-ctrl-depl
  sk-ctrl/sk-ctrl-crb--->simkube/sk-ctrl-depl
%% DELETED OBJECTS START
%% DELETED OBJECTS END
end

global--->sk-tracer
global--->sk-ctrl

%% STYLE DEFINITIONS START
%% STYLE DEFINITIONS END
Loading

New object
Deleted object
Updated object
Updated object (causes pod recreation)

Detailed Diff

@drmorr0 drmorr0 force-pushed the drmorr/update-deps-rust-version branch 4 times, most recently from b6ab7de to 8e08deb Compare February 26, 2026 22:30
@drmorr0 drmorr0 force-pushed the drmorr/update-deps-rust-version branch from 8e08deb to 01ff09e Compare February 26, 2026 23:55
@drmorr0 drmorr0 merged commit 4d9754d into main Feb 27, 2026
7 checks passed
@drmorr0 drmorr0 deleted the drmorr/update-deps-rust-version branch February 27, 2026 00:09
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.00%. Comparing base (84adcbd) to head (01ff09e).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #225      +/-   ##
==========================================
+ Coverage   74.92%   78.00%   +3.07%     
==========================================
  Files          62       62              
  Lines        3681     3650      -31     
  Branches      181        0     -181     
==========================================
+ Hits         2758     2847      +89     
+ Misses        818      803      -15     
+ Partials      105        0     -105     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant