Compare commits

..

4 commits

Author SHA1 Message Date
Jonathan Davies
3ddf8c639b Cargo.lock: Ran cargo update. 2023-03-13 18:13:50 +00:00
Jonathan Davies
1e805d8bf3 src: Use new BinaryPropagator methods in opentelemetry_contrib/0.10. 2023-03-13 18:12:52 +00:00
Jonathan Davies
8b49005b57 basalt: Adapt to use NonZeroUsize for lru change. 2023-03-13 18:12:52 +00:00
Jonathan Davies
3dda9ca3ba Cargo.toml: Version bumps:
* arc-swap: 1.1 -> 1.6
 * async-trait: 0.1.7 -> 0.1.64
 * bytes: 1.2 -> 1.3
 * hex: 0.4.2 -> 0.4.3
 * lru: 0.7 -> 0.10
 * opentelemetry: 0.17 -> 0.18.
 * pin-project: 1.0.10 -> 1.0.12
2023-03-13 18:12:43 +00:00
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -498,9 +498,9 @@ dependencies = [
[[package]]
name = "lru"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17"
checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e"
dependencies = [
"hashbrown 0.13.2",
]
@ -730,9 +730,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.24"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50686e0021c4136d1d453b2dfe059902278681512a34d4248435dc34b6b5c8ec"
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
dependencies = [
"proc-macro2",
]

View file

@ -37,7 +37,7 @@ arc-swap = "1.6"
async-trait = "0.1.64"
err-derive = "0.3"
bytes = "1.3"
lru = { version = "0.9", optional = true }
lru = { version = "0.10", optional = true }
cfg-if = "1.0"
sodiumoxide = { version = "0.2.5-0", package = "kuska-sodiumoxide" }