1
1
[package ]
2
2
name = " time"
3
- version = " 0.2.25 "
3
+ version = " 0.2.26 "
4
4
authors = [
" Jacob Pratt <[email protected] >" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/time-rs/time"
@@ -26,28 +26,28 @@ std = ["libc", "winapi", "stdweb", "standback/std"]
26
26
27
27
[dependencies ]
28
28
const_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" }
33
33
34
34
[workspace ]
35
35
members = [" time-macros" , " time-macros-impl" ]
36
36
37
37
[target .'cfg(unix)' .dependencies ]
38
- libc = { version = " 0.2" , optional = true }
38
+ libc = { version = " 0.2.89 " , optional = true }
39
39
40
40
[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 }
42
42
43
43
[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 }
45
45
46
46
[build-dependencies ]
47
- version_check = " 0.9"
47
+ version_check = " 0.9.2 "
48
48
49
49
[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 "
53
53
time-macros = { path = " time-macros" }
0 commit comments