11[package ]
22name = " time"
3- version = " 0.2.25 "
3+ version = " 0.2.26 "
44authors = [" Jacob Pratt <the.z.cuber@gmail.com>" ]
55edition = " 2018"
66repository = " https://github.com/time-rs/time"
@@ -26,28 +26,28 @@ std = ["libc", "winapi", "stdweb", "standback/std"]
2626
2727[dependencies ]
2828const_fn = " 0.4.2"
29- rand = { version = " 0.7" , optional = true , default-features = false }
30- serde = { version = " 1" , optional = true , default-features = false , features = [" derive" ] }
31- standback = { version = " 0.2.5 " , default-features = false }
32- time-macros = { version = " 0.1" , path = " time-macros" }
29+ rand = { version = " 0.7.3 " , optional = true , default-features = false }
30+ serde = { version = " 1.0.124 " , optional = true , default-features = false , features = [" derive" ] }
31+ standback = { version = " 0.2.15 " , default-features = false }
32+ time-macros = { version = " 0.1.1 " , path = " time-macros" }
3333
3434[workspace ]
3535members = [" time-macros" , " time-macros-impl" ]
3636
3737[target .'cfg(unix)' .dependencies ]
38- libc = { version = " 0.2" , optional = true }
38+ libc = { version = " 0.2.89 " , optional = true }
3939
4040[target .'cfg(windows)' .dependencies ]
41- winapi = { version = " 0.3" , features = [" minwinbase" , " minwindef" , " timezoneapi" ], optional = true }
41+ winapi = { version = " 0.3.9 " , features = [" minwinbase" , " minwindef" , " timezoneapi" ], optional = true }
4242
4343[target .'cfg(target_arch = "wasm32")' .dependencies ]
44- stdweb = { version = " 0.4" , default-features = false , optional = true }
44+ stdweb = { version = " 0.4.20 " , default-features = false , optional = true }
4545
4646[build-dependencies ]
47- version_check = " 0.9"
47+ version_check = " 0.9.2 "
4848
4949[dev-dependencies ]
50- rand = { version = " 0.7" , default-features = false }
51- serde_json = " 1"
52- standback = " 0.2"
50+ rand = { version = " 0.7.3 " , default-features = false }
51+ serde_json = " 1.0.64 "
52+ standback = " 0.2.15 "
5353time-macros = { path = " time-macros" }
0 commit comments