Skip to content

Comments

[Easy] Update Dependencies#31

Merged
bh2smith merged 3 commits intomainfrom
update-deps
Feb 14, 2026
Merged

[Easy] Update Dependencies#31
bh2smith merged 3 commits intomainfrom
update-deps

Conversation

@bh2smith
Copy link
Collaborator

@bh2smith bh2smith commented Feb 14, 2026

  1. Updating Dependencies
  2. Reduce feature scope of tokio dependency.
  3. Resolve code scanning warning - adding permissions to CI files.

@cursor
Copy link

cursor bot commented Feb 14, 2026

PR Summary

Medium Risk
Dependency upgrades (notably reqwest and tokio) can introduce behavioral/API changes in async networking and runtime behavior, though code changes are minimal.

Overview
Updates dependencies to newer versions: chrono 0.4.43, reqwest 0.13.2, and tokio 1.49.0, and changes tokio features from full to a narrower set (rt-multi-thread, time, macros).

Adds #![allow(unused_crate_dependencies)] to tests/example.rs to silence unused-dependency linting in the integration test.

Written by Cursor Bugbot for commit e99a150. Configure here.

@bh2smith bh2smith merged commit 2375268 into main Feb 14, 2026
1 check passed
@bh2smith bh2smith deleted the update-deps branch February 14, 2026 06:24
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