diff options
author | 2025-04-08 22:56:40 +0200 | |
---|---|---|
committer | 2025-04-08 22:56:40 +0200 | |
commit | 294d634601bdd71f056101c64e00d7a5a7fc5ae2 (patch) | |
tree | a9b24201cc1ed44d9a470a03a2a9066bc98cb83f /gitolfs3-common/Cargo.toml | |
parent | 4a26f611b697907110459631da4d4a0f049440f9 (diff) | |
download | gitolfs3-294d634601bdd71f056101c64e00d7a5a7fc5ae2.tar.gz gitolfs3-294d634601bdd71f056101c64e00d7a5a7fc5ae2.zip |
Switch to Rust 2024, update dependencies
Diffstat (limited to 'gitolfs3-common/Cargo.toml')
-rw-r--r-- | gitolfs3-common/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitolfs3-common/Cargo.toml b/gitolfs3-common/Cargo.toml index e0d3c3b..e5fbf75 100644 --- a/gitolfs3-common/Cargo.toml +++ b/gitolfs3-common/Cargo.toml | |||
@@ -1,11 +1,11 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "gitolfs3-common" | 2 | name = "gitolfs3-common" |
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | edition = "2021" | 4 | edition = "2024" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | chrono = "0.4" | 8 | chrono = "0.4" |
9 | hmac-sha256 = "1.1" | 9 | hmac-sha256 = "1.1" |
10 | subtle = "2.5" | 10 | subtle = "2.6" |
11 | serde = { version = "1", features = ["derive"] } | 11 | serde = { version = "1", features = ["derive"] } |