Skip to content

Commit 800dedc

Browse files
authored
bump ac to 1.9.0 (#2154)
1 parent 0678c98 commit 800dedc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-control/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_agent_control"
33
description = "New Relic Agent Control"
4-
version = "1.8.1"
4+
version = "1.9.0"
55
authors.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true
@@ -54,7 +54,7 @@ cfg-if = "1.0.4"
5454
# HOST_ID and HOST_NAME attributes are experimental fields and after 0.26.0 are not included by default.
5555
# Check <https://github.com/open-telemetry/opentelemetry-rust/pull/2098> for details.
5656
opentelemetry-semantic-conventions = { version = "0.31.0", features = [
57-
"semconv_experimental",
57+
"semconv_experimental",
5858
] }
5959
http-serde = "2.1.1"
6060
config = { version = "0.15.19", features = ["yaml"] }
@@ -68,7 +68,7 @@ tracing-opentelemetry = "0.32.1"
6868
opentelemetry-otlp = { version = "0.31.0", features = ["reqwest-rustls"] }
6969
opentelemetry-http = { version = "0.31.0" }
7070
opentelemetry-appender-tracing = { version = "0.31.1", features = [
71-
"experimental_use_tracing_span_context",
71+
"experimental_use_tracing_span_context",
7272
] }
7373
async-trait = "0.1.89"
7474
oci-spec = "0.8.4"
@@ -83,10 +83,10 @@ nix = { workspace = true, features = ["signal", "user", "hostname"] }
8383

8484
[target.'cfg(target_family = "windows")'.dependencies]
8585
windows = { workspace = true, features = [
86-
"Win32_System_Console",
87-
"Win32_System_Threading",
88-
"Win32_System_JobObjects",
89-
"Win32_Security",
86+
"Win32_System_Console",
87+
"Win32_System_Threading",
88+
"Win32_System_JobObjects",
89+
"Win32_Security",
9090
] }
9191
windows-service = "0.8.0"
9292

0 commit comments

Comments
 (0)