]> git.proxmox.com Git - rustc.git/blobdiff - vendor/tar/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / vendor / tar / Cargo.toml
index f6530be2e8634273d96263d1d17b708744eb5158..ab4babd2d69bdd0c4ad8c3584b0544905e416499 100644 (file)
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "tar"
-version = "0.4.35"
+version = "0.4.37"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 exclude = ["tests/archives/*"]
 description = "A Rust implementation of a TAR file reader and writer. This library does not\ncurrently handle compression, but it is abstract over all I/O readers and\nwriters. Additionally, great lengths are taken to ensure that the entire\ncontents are never required to be entirely resident in memory all at once.\n"