Skip to content

Commit 3320434

Browse files
chore(deps): bump napi-derive from 2.16.13 to 3.5.8
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.16.13 to 3.5.8. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.16.13...napi-derive-v3.5.8) --- updated-dependencies: - dependency-name: napi-derive dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e23ce1a commit 3320434

3 files changed

Lines changed: 46 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 44 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/crashtracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ path = "src/bin/receiver.rs"
1616
anyhow = "1"
1717
libdd-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v35.0.0" }
1818
napi = { version = "2", features = ["serde-json"] }
19-
napi-derive = { version = "2", default-features = false }
19+
napi-derive = { version = "3", default-features = false }
2020
rustls = { version = "*", default-features = false, features = ["aws-lc-rs"] }
2121
serde_json = "1"

crates/process_discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ libdd-library-config = { git = "https://github.com/DataDog/libdatadog.git", rev
1515
libdd-trace-protobuf = { git = "https://github.com/DataDog/libdatadog.git", rev = "7cdeb7896e92d1ba38bde495934e112dac2eda25" }
1616

1717
napi = { version = "2" }
18-
napi-derive = { version = "2", default-features = false }
18+
napi-derive = { version = "3", default-features = false }

0 commit comments

Comments
 (0)