diff --git a/Cargo.toml b/Cargo.toml index 440c292..b67306a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadow-rs" -version = "0.34.0" +version = "0.35.0" authors = ["baoyachi "] edition = "2021" description = "A build-time information stored in your rust project" @@ -20,7 +20,7 @@ all-features = true [dependencies] is_debug = "1.0.1" const_format = { version = "0.2.22", default-features = false } -time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"], default-features = false } +time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"], default-features = false } #! Optional Dependencies: