1
1
[package ]
2
2
name = " bottlerocket-agents"
3
- version = " 0.0.16 "
3
+ version = " 0.0.17 "
4
4
edition = " 2018"
5
5
publish = false
6
6
license = " MIT OR Apache-2.0"
7
7
8
8
[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" }
12
12
aws-lc-rs = { version = " 1" , features = [" bindgen" ] }
13
13
async-trait = " 0.1"
14
14
aws-types = " 1"
@@ -29,16 +29,16 @@ kube = { version = "0.88", default-features = false, features = ["config", "deri
29
29
log = " 0.4"
30
30
maplit = " 1"
31
31
openssh = { version = " 0.10" , features = [" native-mux" ] }
32
- testsys-model = { version = " 0.0.16 " , path = " ../../model" }
32
+ testsys-model = { version = " 0.0.17 " , path = " ../../model" }
33
33
reqwest = { 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" }
35
35
serde = { version = " 1" , features = [" derive" ] }
36
36
serde_json = " 1"
37
37
serde_yaml = " 0.9"
38
38
sha2 = " 0.10"
39
39
snafu = " 0.8"
40
40
tar = " 0.4"
41
- test-agent = { version = " 0.0.16 " , path = " ../../agent/test-agent" }
41
+ test-agent = { version = " 0.0.17 " , path = " ../../agent/test-agent" }
42
42
tokio = { version = " 1" , default-features = false , features = [" macros" , " rt-multi-thread" , " time" ] }
43
43
toml = " 0.5"
44
44
tough = { version = " 0.21" , features = [" http" ] }
0 commit comments