Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 0e64cd6 commit 0d699d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions languages/rust.lang/warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = "0.1.0"
edition = "2021"

[dependencies]
warp = "0.3"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bytes = "1"
warp = "=0.3.7"
tokio = { version = "=1.43.0", features = ["full"] }
reqwest = { version = "=0.11.27", features = ["json"] }
serde = { version = "=1.0.217", features = ["derive"] }
serde_json = "=1.0.138"
bytes = "=1.10.0"

0 comments on commit 0d699d8

Please sign in to comment.