Skip to content

Commit

Permalink
update libdatadog to 14.3.1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev authored Dec 17, 2024
1 parent 763c4a1 commit 55dc3bc
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 11 deletions.
62 changes: 52 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/crashtracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/bin/receiver.rs"

[dependencies]
anyhow = "1"
datadog-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v14.1.0" }
datadog-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v14.3.1" }
napi = { version = "2", features = ["serde-json"] }
napi-derive = { version = "2", default-features = false }
rustls = { version = "*", default-features = false, features = ["aws-lc-rs"] }

0 comments on commit 55dc3bc

Please sign in to comment.