11[package ]
22name  = " bottlerocket-agents" 
3- version  = " 0.0.16 " 
3+ version  = " 0.0.17 " 
44edition  = " 2018" 
55publish  = false 
66license  = " MIT OR Apache-2.0" 
77
88[dependencies ]
9- agent-common  = { version  = " 0.0.16 "  , path  = " ../../agent/agent-common"   }
10- agent-utils  = { version  = " 0.0.16 "  , path  = " ../../agent/utils"   }
11- bottlerocket-types  = { version  = " 0.0.16 "  , path  = " ../types"   }
9+ agent-common  = { version  = " 0.0.17 "  , path  = " ../../agent/agent-common"   }
10+ agent-utils  = { version  = " 0.0.17 "  , path  = " ../../agent/utils"   }
11+ bottlerocket-types  = { version  = " 0.0.17 "  , path  = " ../types"   }
1212aws-lc-rs  = { version  = " 1"  , features  = [" bindgen"  ] }
1313async-trait  = " 0.1" 
1414aws-types  = " 1" 
@@ -29,16 +29,16 @@ kube = { version = "0.88", default-features = false, features = ["config", "deri
2929log  = " 0.4" 
3030maplit  = " 1" 
3131openssh  = { version  = " 0.10"  , features  = [" native-mux"  ] }
32- testsys-model  = { version  = " 0.0.16 "  , path  = " ../../model"   }
32+ testsys-model  = { version  = " 0.0.17 "  , path  = " ../../model"   }
3333reqwest  = { version  = " 0.12"  , default-features  = false , features  = [" rustls-tls"  , " blocking"  ] }
34- resource-agent  = { version  = " 0.0.16 "  , path  = " ../../agent/resource-agent"   }
34+ resource-agent  = { version  = " 0.0.17 "  , path  = " ../../agent/resource-agent"   }
3535serde  = { version  = " 1"  , features  = [" derive"  ] }
3636serde_json  = " 1" 
3737serde_yaml  = " 0.9" 
3838sha2  = " 0.10" 
3939snafu  = " 0.8" 
4040tar  = " 0.4" 
41- test-agent  = { version  = " 0.0.16 "  , path  = " ../../agent/test-agent"   }
41+ test-agent  = { version  = " 0.0.17 "  , path  = " ../../agent/test-agent"   }
4242tokio  = { version  = " 1"  , default-features  = false , features  = [" macros"  , " rt-multi-thread"  , " time"  ] }
4343toml  = " 0.5" 
4444tough  = { version  = " 0.21"  , features  = [" http"  ] }
0 commit comments