Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable the "oldtime" feature of chrono #3377

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

Rustin170506
Copy link
Member

This feature, enabled by default in chrono versions <5, includes a dependency on the deprecated [email protected]. A security advisory is issued for this verion of time.
image

Some details available here: chronotope/chrono#602

@Rustin170506
Copy link
Member Author

Rustin170506 commented Jun 6, 2023

➜  rustup git:(master) cargo tree -p time          
time v0.3.20
├── itoa v1.0.6
├── time-core v0.1.0
└── time-macros v0.2.8 (proc-macro)
    └── time-core v0.1.0

➜  rustup git:(master) cargo tree -p time -i
time v0.3.20
└── git-testament-derive v0.1.14 (proc-macro)
    └── git-testament v0.2.4
        └── rustup v1.26.0 (/Users/hi-rustin/vsc/rustup)

@Rustin170506 Rustin170506 requested a review from rbtcollins June 6, 2023 02:01
@Rustin170506 Rustin170506 requested a review from rbtcollins June 7, 2023 00:13
@rbtcollins rbtcollins merged commit 843459f into rust-lang:master Jun 13, 2023
@rami3l rami3l mentioned this pull request Jan 29, 2024
1 task
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.

2 participants