Skip to content

Commit 1cb5f83

Browse files
Bump openssl from 0.10.63 to 0.10.66 (#110)
* Bump openssl from 0.10.63 to 0.10.66 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.63 to 0.10.66. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.63...openssl-v0.10.66) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * update lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antonio Yang <[email protected]>
1 parent a843b6e commit 1cb5f83

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3rs"
3-
version = "0.4.29"
3+
version = "0.4.30"
44
authors = ["Antonio Yang <[email protected]>"]
55
description = "A s3 cli client with multi configs with different provider"
66
keywords = ["S3", "Amazon", "CEPH", "AWS"]

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
packages.${system}.s3rs = pkgs.rustPlatform.buildRustPackage {
3030
name = "s3rs";
3131
src = self;
32-
cargoSha256 = "sha256-H1eyRpcvCUbRHZ2Et3Wh8nrO5LPY0GqnLhntdsqPCAc=";
32+
cargoSha256 = "sha256-HI0gJGfEZyOyTq52aQVGizyJ221CcZjZNTYW+GUumvw=";
3333
buildInputs = [ openssl ];
3434
nativeBuildInputs = [ pkg-config ];
3535
};

0 commit comments

Comments
 (0)