Skip to content

Commit

Permalink
Merge branch 'main' into andrew.glaude/dogstatsd-client-SPLIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 committed Sep 24, 2024
2 parents 598852f + 59aacd2 commit 7e6d9c7
Show file tree
Hide file tree
Showing 11 changed files with 393 additions and 401 deletions.
5 changes: 3 additions & 2 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 LICENSE-3rdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22213,7 +22213,7 @@ third_party_libraries:

END OF TERMS AND CONDITIONS
- package_name: regex
package_version: 1.10.4
package_version: 1.10.6
repository: https://github.com/rust-lang/regex
license: MIT OR Apache-2.0
licenses:
Expand Down
1 change: 1 addition & 0 deletions dogstatsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ thiserror = { version = "1.0.58", default-features = false }
tokio = { version = "1.37.0", default-features = false, features = ["macros", "rt-multi-thread"] }
tokio-util = { version = "0.7.11", default-features = false }
tracing = { version = "0.1.40", default-features = false }
regex = { version = "1.10.6", default-features = false }

[dev-dependencies]
mockito = { version = "1.5.0", default-features = false }
Expand Down
Loading

0 comments on commit 7e6d9c7

Please sign in to comment.