Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Apr 12, 2024
1 parent cafbadf commit 8c5508a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,23 @@ downcast-rs = "1.2"
flume = "0.11"
futures = "0.3"
gumdrop = "0.8"
http = "1.0"
http = "1.1"
itertools = "0.12"
lazy_static = "1.4"
log = "0.4"
num-format = "0.4"
rand = "0.8"
regex = "1"
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = "0.12", default-features = false, features = [
"cookies",
"gzip",
"json",
] }
serde = { version = "1.0", features = [
"derive",
] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"
strum = "0.25"
strum_macros = "0.25"
strum = "0.26"
strum_macros = "0.26"
tokio = { version = "1", features = [
"fs",
"io-util",
Expand All @@ -47,8 +45,8 @@ tokio = { version = "1", features = [
"time",
"sync",
] }
tokio-tungstenite = "0.20"
tungstenite = "0.20"
tokio-tungstenite = "0.21"
tungstenite = "0.21"
url = "2"

[features]
Expand All @@ -58,6 +56,6 @@ rustls-tls = ["reqwest/rustls-tls", "tokio-tungstenite/rustls"]
[dev-dependencies]
httpmock = "0.6"
native-tls = "0.2"
nix = "0.27"
nix = { version = "0.27", features = ["signal"] }
rustls = "0.22"
serial_test = "2.0"

0 comments on commit 8c5508a

Please sign in to comment.