Skip to content

Commit

Permalink
Bump serde to 1.0.184
Browse files Browse the repository at this point in the history
This bump is done to avoid relying on serde 1.0.172 release,
which had precompiled binary included, that has been reverted in
1.0.184

1.0.184 release: https://github.com/serde-rs/serde/releases/tag/v1.0.184
context: serde-rs/serde#2538

Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Aug 21, 2023
1 parent 8365b91 commit 2cecc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures = { version = "0.3.28", default-features = false, features = ["std", "as
nkeys = "0.3.0"
once_cell = "1.18.0"
regex = "1.9.1"
serde = { version = "1.0.179", features = ["derive"] }
serde = { version = "1.0.184", features = ["derive"] }
serde_json = "1.0.104"
serde_repr = "0.1.16"
http = "0.2.9"
Expand Down

0 comments on commit 2cecc67

Please sign in to comment.