Skip to content

Commit

Permalink
Bump minimal versions of anyhow, thiserror and serde
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Sep 12, 2023
1 parent 3d11152 commit 03f279c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ testing = ["hyper/client"]
borrow-bag = { path = "../misc/borrow_bag", version = "1.1" }
gotham_derive = { path = "../gotham_derive", version = "0.7.1", optional = true }

anyhow = "1.0"
anyhow = "1.0.5"
base64 = "0.21"
bincode = { version = "1.0", optional = true }
bytes = "1.0"
Expand All @@ -47,9 +47,9 @@ pin-project = "1.0.0"
rand = "0.8"
rand_chacha = "0.3"
regex = "1.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
time = {version = "0.3.4", default-features = false, features = ["std", "formatting", "macros"]}
serde = { version = "1.0.186", features = ["derive"] }
thiserror = "1.0.2"
time = { version = "0.3.4", default-features = false, features = ["std", "formatting", "macros"] }
tokio = { version = "1.11.0", features = ["net", "rt-multi-thread", "time", "fs", "io-util"] }
tokio-rustls = { version = "0.23", optional = true }
uuid = { version = "1.0", features = ["v4"] }
Expand Down

0 comments on commit 03f279c

Please sign in to comment.