]> git.proxmox.com Git - rustc.git/blobdiff - vendor/gix-date/Cargo.toml
New upstream version 1.74.1+dfsg1
[rustc.git] / vendor / gix-date / Cargo.toml
index dff89ad1c78c337ef469db829e33271a73f218d5..1bc9d817bb6e981ce601f707a0f6840dd20e0a3c 100644 (file)
 
 [package]
 edition = "2021"
-rust-version = "1.64"
+rust-version = "1.65"
 name = "gix-date"
-version = "0.5.1"
+version = "0.8.0"
 authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
 include = [
     "src/**/*",
     "LICENSE-*",
     "CHANGELOG.md",
 ]
-description = "A WIP crate of the gitoxide project parsing dates the way git does"
-license = "MIT/Apache-2.0"
+description = "A crate of the gitoxide project parsing dates the way git does"
+license = "MIT OR Apache-2.0"
 repository = "https://github.com/Byron/gitoxide"
 
 [package.metadata.docs.rs]
@@ -57,7 +57,7 @@ default-features = false
 version = "1.0.32"
 
 [dependencies.time]
-version = "0.3.17"
+version = "0.3.23"
 features = [
     "local-offset",
     "formatting",