Skip to content

Commit

Permalink
Relax dependency versions to allow for newer dependencies
Browse files Browse the repository at this point in the history
prost 0.13.0
prost-types 0.13.0
tracing-log 0.2
tracing-serde 0.2
  • Loading branch information
MarcusGrass authored and hrxi committed Jan 13, 2025
1 parent e0b0a9e commit ddc5bd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ tokio = { version = "1.17.0", features = ["sync"] }
tokio-stream = "0.1.8"
tracing = "0.1.32"
tracing-core = "0.1.23"
tracing-log = "0.1.2"
tracing-serde = "0.1.3"
tracing-log = ">=0.1.2,<0.3.0"
tracing-serde = ">=0.1.3,<0.3.0"
tracing-subscriber = "0.3.9"
url = "2.2.2"

Expand Down
4 changes: 2 additions & 2 deletions loki-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ license = "MIT/Apache-2.0"
edition = "2021"

[dependencies]
prost = ">=0.9.0,<0.13.0"
prost-types = ">=0.9.0,<0.13.0"
prost = ">=0.9.0,<0.14.0"
prost-types = ">=0.9.0,<0.14.0"

0 comments on commit ddc5bd3

Please sign in to comment.