1
1
[package ]
2
2
name = " bottlerocket-agents"
3
- version = " 0.0.2 "
3
+ version = " 0.0.3 "
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.2 " , path = " ../../agent/agent-common" }
10
- agent-utils = { version = " 0.0.2 " , path = " ../../agent/utils" }
11
- bottlerocket-types = { version = " 0.0.2 " , path = " ../types" }
9
+ agent-common = { version = " 0.0.3 " , path = " ../../agent/agent-common" }
10
+ agent-utils = { version = " 0.0.3 " , path = " ../../agent/utils" }
11
+ bottlerocket-types = { version = " 0.0.3 " , path = " ../types" }
12
12
async-trait = " 0.1"
13
13
aws-config = " 0.49"
14
14
aws-types = " 0.49"
@@ -26,16 +26,16 @@ k8s-openapi = { version = "0.16", default-features = false, features = ["v1_20"]
26
26
kube = { version = " 0.75" , default-features = false , features = [" config" , " derive" , " client" ] }
27
27
log = " 0.4"
28
28
maplit = " 1"
29
- model = { version = " 0.0.2 " , path = " ../../model" }
29
+ model = { version = " 0.0.3 " , path = " ../../model" }
30
30
reqwest = { version = " 0.11" , default-features = false , features = [" rustls-tls" , " blocking" ] }
31
- resource-agent = { version = " 0.0.2 " , path = " ../../agent/resource-agent" }
31
+ resource-agent = { version = " 0.0.3 " , path = " ../../agent/resource-agent" }
32
32
serde = { version = " 1" , features = [" derive" ] }
33
33
serde_json = " 1"
34
34
serde_plain = " 1"
35
35
serde_yaml = " 0.8"
36
36
sha2 = " 0.10"
37
37
snafu = " 0.7"
38
- test-agent = { version = " 0.0.2 " , path = " ../../agent/test-agent" }
38
+ test-agent = { version = " 0.0.3 " , path = " ../../agent/test-agent" }
39
39
tokio = { version = " 1" , default-features = false , features = [" macros" , " rt-multi-thread" , " time" ] }
40
40
tough = { version = " 0.12" , features = [" http" ] }
41
41
url = " 2"
0 commit comments