Cargo.lock: the base64 sequoia-openpgp actually resolves to
Left over from this morning's dependabot merges: the minor-and-patch group freed sequoia-openpgp to use base64 0.22.1, but the lockfile still pinned 0.21.7 for it. Any cargo invocation rewrites the line, so it was showing up as spurious drift in unrelated diffs. No manifest changed and nothing is upgraded here; this only writes down what cargo already resolves.
This commit is contained in:
Generated
+1
-1
@@ -7533,7 +7533,7 @@ dependencies = [
|
|||||||
"aes-gcm 0.10.3",
|
"aes-gcm 0.10.3",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"argon2 0.5.3",
|
"argon2 0.5.3",
|
||||||
"base64 0.21.7",
|
"base64 0.22.1",
|
||||||
"block-padding 0.3.3",
|
"block-padding 0.3.3",
|
||||||
"blowfish 0.9.1",
|
"blowfish 0.9.1",
|
||||||
"buffered-reader",
|
"buffered-reader",
|
||||||
|
|||||||
Reference in New Issue
Block a user