1
1
[package ]
2
2
name = " bottlerocket-agents"
3
- version = " 0.0.7 "
3
+ version = " 0.0.8 "
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.7 " , path = " ../../agent/agent-common" }
10
- agent-utils = { version = " 0.0.7 " , path = " ../../agent/utils" }
11
- bottlerocket-types = { version = " 0.0.7 " , path = " ../types" }
9
+ agent-common = { version = " 0.0.8 " , path = " ../../agent/agent-common" }
10
+ agent-utils = { version = " 0.0.8 " , path = " ../../agent/utils" }
11
+ bottlerocket-types = { version = " 0.0.8 " , path = " ../types" }
12
12
async-trait = " 0.1"
13
13
aws-config = " 0.54"
14
14
aws-types = " 0.54"
@@ -27,17 +27,17 @@ kube = { version = "0.82", default-features = false, features = ["config", "deri
27
27
log = " 0.4"
28
28
maplit = " 1"
29
29
openssh = { version = " 0.9" , features = [" native-mux" ] }
30
- testsys-model = { version = " 0.0.7 " , path = " ../../model" }
30
+ testsys-model = { version = " 0.0.8 " , path = " ../../model" }
31
31
reqwest = { version = " 0.11" , default-features = false , features = [" rustls-tls" , " blocking" ] }
32
- resource-agent = { version = " 0.0.7 " , path = " ../../agent/resource-agent" }
32
+ resource-agent = { version = " 0.0.8 " , path = " ../../agent/resource-agent" }
33
33
serde = { version = " 1" , features = [" derive" ] }
34
34
serde_json = " 1"
35
35
serde_plain = " 1"
36
36
serde_yaml = " 0.8"
37
37
sha2 = " 0.10"
38
38
snafu = " 0.7"
39
39
tempfile = " 3"
40
- test-agent = { version = " 0.0.7 " , path = " ../../agent/test-agent" }
40
+ test-agent = { version = " 0.0.8 " , path = " ../../agent/test-agent" }
41
41
tokio = { version = " 1" , default-features = false , features = [" macros" , " rt-multi-thread" , " time" ] }
42
42
toml = " 0.5"
43
43
tough = { version = " 0.12" , features = [" http" ] }
0 commit comments