This commit bumps our dependency on the gitoid crate from version
0.5.0 to version 0.7.0. To accomplish this, it:
Modifies our serialization and deserialization logic for ArtifactId
to delegate to the implementation on gitoid::GitOid
Updates constructor calls to use the new names that changed between
versions
Updates the feature configuration of the gitoid dependency to no
longer use sha1 or sha1cd at all, reducing the number of total
dependencies we need to import.
This commit bumps our dependency on the
gitoid
crate from version0.5.0
to version0.7.0
. To accomplish this, it:ArtifactId
to delegate to the implementation ongitoid::GitOid
gitoid
dependency to no longer usesha1
orsha1cd
at all, reducing the number of total dependencies we need to import.Signed-off-by: Andrew Lilley Brinker alilleybrinker@gmail.com