11[package ]
22name = " newrelic_agent_control"
33description = " New Relic Agent Control"
4- version = " 1.13 .0"
4+ version = " 1.14 .0"
55authors.workspace = true
66edition.workspace = true
77rust-version.workspace = true
@@ -45,12 +45,12 @@ self-replacer = { path = "../self-replacer" }
4545
4646# K8S subagent dependencies
4747kube = { version = " 3.1.0" , default-features = false , features = [
48- " config" ,
49- " runtime" ,
50- " derive" ,
51- " ws" ,
52- " rustls-tls" ,
53- " aws-lc-rs" ,
48+ " config" ,
49+ " runtime" ,
50+ " derive" ,
51+ " ws" ,
52+ " rustls-tls" ,
53+ " aws-lc-rs" ,
5454] }
5555k8s-openapi = { version = " 0.27.1" , features = [" v1_31" ] }
5656either = { version = " 1.15.0" }
@@ -61,7 +61,7 @@ cfg-if = "1.0.4"
6161# HOST_ID and HOST_NAME attributes are experimental fields and after 0.26.0 are not included by default.
6262# Check <https://github.com/open-telemetry/opentelemetry-rust/pull/2098> for details.
6363opentelemetry-semantic-conventions = { version = " 0.31.0" , features = [
64- " semconv_experimental" ,
64+ " semconv_experimental" ,
6565] }
6666http-serde = " 2.1.1"
6767config = { version = " 0.15.22" , features = [" yaml" ] }
@@ -73,13 +73,13 @@ tracing-opentelemetry = "0.32.1"
7373opentelemetry-otlp = { version = " 0.31.1" , features = [" reqwest-rustls" ] }
7474opentelemetry-http = { version = " 0.31.0" }
7575opentelemetry-appender-tracing = { version = " 0.31.1" , features = [
76- " experimental_use_tracing_span_context" ,
76+ " experimental_use_tracing_span_context" ,
7777] }
7878async-trait = " 0.1.89"
7979flate2 = " 1.1.9"
8080tar = " 0.4.45"
8181zip = " 8.6.0"
82- oci-client = { workspace = true , features = [" rustls-tls" ], default-features = false }
82+ oci-client = { workspace = true , features = [" rustls-tls" ], default-features = false }
8383rustls-pki-types = { version = " 1.14.1" , features = [" std" ] }
8484dhat = { version = " 0.3.3" , optional = true }
8585
@@ -88,10 +88,10 @@ nix = { workspace = true, features = ["signal", "user", "hostname"] }
8888
8989[target .'cfg(target_family = "windows")' .dependencies ]
9090windows = { workspace = true , features = [
91- " Win32_System_Console" ,
92- " Win32_System_Threading" ,
93- " Win32_System_JobObjects" ,
94- " Win32_Security" ,
91+ " Win32_System_Console" ,
92+ " Win32_System_Threading" ,
93+ " Win32_System_JobObjects" ,
94+ " Win32_Security" ,
9595] }
9696windows-service = " 0.8.0"
9797
0 commit comments