11[package ]
22name = " bottlerocket-agents"
3- version = " 0.0.10 "
3+ version = " 0.0.11 "
44edition = " 2018"
55publish = false
66license = " MIT OR Apache-2.0"
77
88[dependencies ]
9- agent-common = { version = " 0.0.10 " , path = " ../../agent/agent-common" }
10- agent-utils = { version = " 0.0.10 " , path = " ../../agent/utils" }
11- bottlerocket-types = { version = " 0.0.10 " , path = " ../types" }
9+ agent-common = { version = " 0.0.11 " , path = " ../../agent/agent-common" }
10+ agent-utils = { version = " 0.0.11 " , path = " ../../agent/utils" }
11+ bottlerocket-types = { version = " 0.0.11 " , path = " ../types" }
1212async-trait = " 0.1"
1313aws-types = " 0.54"
1414aws-sdk-ec2 = " 0.24"
@@ -26,16 +26,16 @@ kube = { version = "0.82", default-features = false, features = ["config", "deri
2626log = " 0.4"
2727maplit = " 1"
2828openssh = { version = " 0.9" , features = [" native-mux" ] }
29- testsys-model = { version = " 0.0.10 " , path = " ../../model" }
29+ testsys-model = { version = " 0.0.11 " , path = " ../../model" }
3030reqwest = { version = " 0.11" , default-features = false , features = [" rustls-tls" , " blocking" ] }
31- resource-agent = { version = " 0.0.10 " , path = " ../../agent/resource-agent" }
31+ resource-agent = { version = " 0.0.11 " , path = " ../../agent/resource-agent" }
3232serde = { version = " 1" , features = [" derive" ] }
3333serde_json = " 1"
3434serde_yaml = " 0.8"
3535sha2 = " 0.10"
3636snafu = " 0.7"
3737tar = " 0.4"
38- test-agent = { version = " 0.0.10 " , path = " ../../agent/test-agent" }
38+ test-agent = { version = " 0.0.11 " , 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