File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -1034,6 +1034,15 @@ dependencies = [
1034
1034
" syn 2.0.32" ,
1035
1035
]
1036
1036
1037
+ [[package ]]
1038
+ name = " deranged"
1039
+ version = " 0.3.11"
1040
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = " b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1042
+ dependencies = [
1043
+ " powerfmt" ,
1044
+ ]
1045
+
1037
1046
[[package ]]
1038
1047
name = " derivative"
1039
1048
version = " 2.2.0"
@@ -2985,6 +2994,12 @@ version = "1.5.1"
2985
2994
source = " registry+https://github.com/rust-lang/crates.io-index"
2986
2995
checksum = " 3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b"
2987
2996
2997
+ [[package ]]
2998
+ name = " powerfmt"
2999
+ version = " 0.2.0"
3000
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3001
+ checksum = " 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3002
+
2988
3003
[[package ]]
2989
3004
name = " ppv-lite86"
2990
3005
version = " 0.2.17"
@@ -5484,27 +5499,29 @@ version = "0.1.0"
5484
5499
5485
5500
[[package ]]
5486
5501
name = " time"
5487
- version = " 0.3.22 "
5502
+ version = " 0.3.31 "
5488
5503
source = " registry+https://github.com/rust-lang/crates.io-index"
5489
- checksum = " ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd "
5504
+ checksum = " f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e "
5490
5505
dependencies = [
5506
+ " deranged" ,
5491
5507
" itoa" ,
5508
+ " powerfmt" ,
5492
5509
" serde" ,
5493
5510
" time-core" ,
5494
5511
" time-macros" ,
5495
5512
]
5496
5513
5497
5514
[[package ]]
5498
5515
name = " time-core"
5499
- version = " 0.1.1 "
5516
+ version = " 0.1.2 "
5500
5517
source = " registry+https://github.com/rust-lang/crates.io-index"
5501
- checksum = " 7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb "
5518
+ checksum = " ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 "
5502
5519
5503
5520
[[package ]]
5504
5521
name = " time-macros"
5505
- version = " 0.2.9 "
5522
+ version = " 0.2.16 "
5506
5523
source = " registry+https://github.com/rust-lang/crates.io-index"
5507
- checksum = " 372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b "
5524
+ checksum = " 26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f "
5508
5525
dependencies = [
5509
5526
" time-core" ,
5510
5527
]
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
217
217
"darling_core" ,
218
218
"darling_macro" ,
219
219
"datafrog" ,
220
+ "deranged" ,
220
221
"derivative" ,
221
222
"derive_more" ,
222
223
"derive_setters" ,
@@ -290,6 +291,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
290
291
"pin-project-lite" ,
291
292
"polonius-engine" ,
292
293
"portable-atomic" , // dependency for platforms doesn't support `AtomicU64` in std
294
+ "powerfmt" ,
293
295
"ppv-lite86" ,
294
296
"proc-macro-hack" ,
295
297
"proc-macro2" ,
You can’t perform that action at this time.
0 commit comments