Skip to content

Commit

Permalink
Bump minimum dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Nov 17, 2023
1 parent 4f734be commit 8bad51d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ features = ["events", "tls"]

[dependencies]
async-stream = { version = "0.3.5", optional = true }
base64 = "0.21.2"
bitflags = { version = "2.4.0", features = ["serde"] }
futures-util = { version = "0.3.28", features = ["sink"] }
rgb = { version = "0.8.36", default-features = false }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
serde_repr = "0.1.16"
serde_with = "3.2.0"
sha2 = "0.10.7"
thiserror = "1.0.47"
time = "0.3.27"
tokio = { version = "1.32.0", features = ["net", "rt", "sync", "time"] }
tokio-tungstenite = "0.20.0"
tracing = "0.1.37"
base64 = "0.21.5"
bitflags = { version = "2.4.1", features = ["serde"] }
futures-util = { version = "0.3.29", features = ["sink"] }
rgb = { version = "0.8.37", default-features = false }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
serde_repr = "0.1.17"
serde_with = "3.4.0"
sha2 = "0.10.8"
thiserror = "1.0.50"
time = "0.3.30"
tokio = { version = "1.34.0", features = ["net", "rt", "sync", "time"] }
tokio-tungstenite = "0.20.1"
tracing = "0.1.40"

[dev-dependencies]
anyhow = "1.0.75"
dotenvy = "0.15.7"
serde_test = "1.0.176"
tokio = { version = "1.32.0", features = ["fs", "macros", "rt-multi-thread", "time"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tokio = { version = "1.34.0", features = ["fs", "macros", "rt-multi-thread", "time"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[features]
default = []
Expand Down
7 changes: 0 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@ license-files = [
allow = ["Unicode-DFS-2016"]
name = "unicode-ident"
version = "*"

[bans]
skip = [
{ name = "regex-automata", version = "0.1" },
{ name = "regex-syntax", version = "0.6" },
{ name = "rustls-webpki", version = "0.100" },
]

0 comments on commit 8bad51d

Please sign in to comment.