Skip to content

Commit

Permalink
Bump openssl from 0.10.55 to 0.10.60 (#106)
Browse files Browse the repository at this point in the history
* Bump openssl from 0.10.55 to 0.10.60

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.55...openssl-v0.10.60)

---
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]>
  • Loading branch information
dependabot[bot] and yanganto authored Dec 1, 2023
1 parent 40a74ab commit 53c4d50
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
30 changes: 18 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3rs"
version = "0.4.25"
version = "0.4.26"
authors = ["Antonio Yang <[email protected]>"]
description = "A s3 cli client with multi configs with different provider"
keywords = ["S3", "Amazon", "CEPH", "AWS"]
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
packages.${system}.s3rs = pkgs.rustPlatform.buildRustPackage {
name = "s3rs";
src = self;
cargoSha256 = "sha256-DRVgD4xhzJcDZ1aEx9Ks76w1Cuqmu2gTNGq42/+Ydxc=";
cargoSha256 = "sha256-CdfhRUKg+SkgjQViLbMKjfrhczYMHCI6dbsj7S5tdFs=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];
};
Expand Down

0 comments on commit 53c4d50

Please sign in to comment.