Skip to content

Commit 7b8104f

Browse files
committed
check in cargo.lock of version 3 for lower MSRV support
1 parent 2708ba1 commit 7b8104f

File tree

4 files changed

+110
-11
lines changed

4 files changed

+110
-11
lines changed

.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
/target
2-
3-
4-
# Added by cargo
5-
#
6-
# already existing elements were commented out
7-
8-
#/target
9-
/Cargo.lock
1+
/target

Cargo.lock

Lines changed: 104 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2015"
77

88
[dependencies]
99
thiserror = "1.0.30"
10-
zeroize = "1"
10+
zeroize = "1.8.1"
1111

1212
[dev-dependencies]
1313
hex-conservative = "0.2.1"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ Run `cargo doc --nodeps` to generate the documentation of the library.
1313

1414
# Note
1515
This is a low-level encryption library and should be employed in conjunction with a message
16-
authentication scheme to avoid chosen-ciphertext and chosen-plaintext attacks.
16+
authentication scheme to avoid chosen-ciphertext and chosen-plaintext attacks.
17+
18+
# Compatibility
19+
This crate requires Rust 1.63.0 or later.

0 commit comments

Comments
 (0)