11[package ]
22name = " bottlerocket-agents"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44edition = " 2018"
55publish = false
66license = " MIT OR Apache-2.0"
77
88[dependencies ]
9- agent-common = { version = " 0.0.4 " , path = " ../../agent/agent-common" }
10- agent-utils = { version = " 0.0.4 " , path = " ../../agent/utils" }
11- bottlerocket-types = { version = " 0.0.4 " , path = " ../types" }
9+ agent-common = { version = " 0.0.5 " , path = " ../../agent/agent-common" }
10+ agent-utils = { version = " 0.0.5 " , path = " ../../agent/utils" }
11+ bottlerocket-types = { version = " 0.0.5 " , path = " ../types" }
1212async-trait = " 0.1"
1313aws-config = " 0.49"
1414aws-types = " 0.49"
@@ -26,16 +26,16 @@ k8s-openapi = { version = "0.16", default-features = false, features = ["v1_20"]
2626kube = { version = " 0.75" , default-features = false , features = [" config" , " derive" , " client" ] }
2727log = " 0.4"
2828maplit = " 1"
29- model = { version = " 0.0.4 " , path = " ../../model" }
29+ model = { version = " 0.0.5 " , path = " ../../model" }
3030reqwest = { version = " 0.11" , default-features = false , features = [" rustls-tls" , " blocking" ] }
31- resource-agent = { version = " 0.0.4 " , path = " ../../agent/resource-agent" }
31+ resource-agent = { version = " 0.0.5 " , path = " ../../agent/resource-agent" }
3232serde = { version = " 1" , features = [" derive" ] }
3333serde_json = " 1"
3434serde_plain = " 1"
3535serde_yaml = " 0.8"
3636sha2 = " 0.10"
3737snafu = " 0.7"
38- test-agent = { version = " 0.0.4 " , path = " ../../agent/test-agent" }
38+ test-agent = { version = " 0.0.5 " , path = " ../../agent/test-agent" }
3939tokio = { version = " 1" , default-features = false , features = [" macros" , " rt-multi-thread" , " time" ] }
4040toml = " 0.5"
4141tough = { version = " 0.12" , features = [" http" ] }
0 commit comments