Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,20 @@ Distributed under the following license(s):

* MIT

## const-random <https://crates.io/crates/const-random>

Distributed under the following license(s):

* MIT
* Apache-2.0

## const-random-macro <https://crates.io/crates/const-random-macro>

Distributed under the following license(s):

* MIT
* Apache-2.0

## const_format <https://crates.io/crates/const_format>

Distributed under the following license(s):
Expand Down Expand Up @@ -588,6 +602,12 @@ Distributed under the following license(s):
* MIT
* Apache-2.0

## crunchy <https://crates.io/crates/crunchy>

Distributed under the following license(s):

* MIT

## crypto-common <https://crates.io/crates/crypto-common>

Distributed under the following license(s):
Expand Down Expand Up @@ -714,6 +734,13 @@ Distributed under the following license(s):
* MIT
* Apache-2.0

## dlv-list <https://crates.io/crates/dlv-list>

Distributed under the following license(s):

* MIT
* Apache-2.0

## downcast <https://crates.io/crates/downcast>

Distributed under the following license(s):
Expand Down Expand Up @@ -1677,6 +1704,12 @@ Distributed under the following license(s):

* MIT

## ordered-multimap <https://crates.io/crates/ordered-multimap>

Distributed under the following license(s):

* MIT

## parking <https://crates.io/crates/parking>

Distributed under the following license(s):
Expand Down Expand Up @@ -2028,6 +2061,12 @@ Distributed under the following license(s):
* MIT
* Apache-2.0

## rust-ini <https://crates.io/crates/rust-ini>

Distributed under the following license(s):

* MIT

## rust_decimal <https://crates.io/crates/rust_decimal>

Distributed under the following license(s):
Expand Down Expand Up @@ -2455,6 +2494,12 @@ Distributed under the following license(s):
* MIT
* Apache-2.0

## tiny-keccak <https://crates.io/crates/tiny-keccak>

Distributed under the following license(s):

* CC0-1.0

## tinystr <https://crates.io/crates/tinystr>

Distributed under the following license(s):
Expand Down
2 changes: 1 addition & 1 deletion agent-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ semver = { workspace = true, features = ["serde"] }
chrono = { workspace = true }
base64 = { version = "0.22.1" }
# New Relic dependencies (external repos)
nr-auth = { git = "https://github.com/newrelic/newrelic-auth-rs.git", tag = "0.3.0" }
nr-auth = { git = "https://github.com/newrelic/newrelic-auth-rs.git", tag = "0.4.0" }
opamp-client = { git = "https://github.com/newrelic/newrelic-opamp-rs.git", tag = "0.0.36" }
# local dependencies
fs = { path = "../fs" }
Expand Down
Loading
Loading