1
1
[package ]
2
2
name = " bottlerocket-agents"
3
- version = " 0.0.1 "
3
+ version = " 0.0.2 "
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.1 " , path = " ../../agent/agent-common" }
10
- agent-utils = { version = " 0.0.1 " , path = " ../../agent/utils" }
11
- bottlerocket-types = { version = " 0.0.1 " , path = " ../types" }
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" }
12
12
async-trait = " 0.1"
13
13
aws-config = " 0.47"
14
14
aws-types = " 0.47"
@@ -26,19 +26,19 @@ k8s-openapi = { version = "0.15", default-features = false, features = ["v1_20"]
26
26
kube = { version = " 0.74" , default-features = false , features = [" config" , " derive" , " client" ] }
27
27
log = " 0.4"
28
28
maplit = " 1.0.2"
29
- model = { version = " 0.0.1 " , path = " ../../model" }
29
+ model = { version = " 0.0.2 " , path = " ../../model" }
30
30
reqwest = { version = " 0.11.1" , default-features = false , features = [" rustls-tls" , " blocking" ] }
31
- resource-agent = { version = " 0.0.1 " , path = " ../../agent/resource-agent" }
31
+ resource-agent = { version = " 0.0.2 " , path = " ../../agent/resource-agent" }
32
32
serde = { version = " 1" , features = [" derive" ] }
33
33
serde_json = " 1"
34
34
serde_plain = " 1"
35
35
sha2 = " 0.10"
36
36
snafu = " 0.7"
37
- test-agent = { version = " 0.0.1 " , path = " ../../agent/test-agent" }
37
+ test-agent = { version = " 0.0.2 " , path = " ../../agent/test-agent" }
38
38
tokio = { version = " 1" , default-features = false , features = [" macros" , " rt-multi-thread" , " time" ] }
39
39
tough = { version = " 0.12" , features = [" http" ] }
40
40
url = " 2.2"
41
41
uuid = { version = " 1.0" , default-features = false , features = [" serde" , " v4" ] }
42
42
43
43
[build-dependencies ]
44
- yamlgen = { version = " 0.0.1 " , path = " ../../yamlgen" }
44
+ yamlgen = { version = " 0.0.2 " , path = " ../../yamlgen" }
0 commit comments