2 Commits

Author SHA1 Message Date
3a1752b148 fix: Attempting to use pre-generated bindgens for the aws-lc-sys library 2025-09-12 20:42:19 -06:00
github-actions[bot]
b29f33413a bump: version 0.0.5 → 0.1.0 [skip ci] 2025-09-13 02:36:35 +00:00
2 changed files with 3 additions and 1 deletions
Generated
+1
View File
@@ -1583,6 +1583,7 @@ dependencies = [
"assert_cmd", "assert_cmd",
"async-trait", "async-trait",
"aws-config", "aws-config",
"aws-lc-sys",
"aws-sdk-secretsmanager", "aws-sdk-secretsmanager",
"azure_identity", "azure_identity",
"azure_security_keyvault_secrets", "azure_security_keyvault_secrets",
+2 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "gman" name = "gman"
version = "0.0.5" version = "0.0.6"
edition = "2024" edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"] authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "Universal secret management and injection tool" description = "Universal secret management and injection tool"
@@ -59,6 +59,7 @@ crc32c = "0.6.8"
azure_identity = "0.27.0" azure_identity = "0.27.0"
azure_security_keyvault_secrets = "0.6.0" azure_security_keyvault_secrets = "0.6.0"
openssl = { version = "0.10.73", features = ["vendored"] } openssl = { version = "0.10.73", features = ["vendored"] }
aws-lc-sys = { version = "0.31.0", features = ["bindgen", "ssl"] }
[dev-dependencies] [dev-dependencies]
pretty_assertions = "1.4.1" pretty_assertions = "1.4.1"