Skip to content

Commit

Permalink
https://github.com/aws/s2n-quic/issues/1735
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Jan 30, 2024
1 parent 1dd8566 commit 2bf07a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions quic/s2n-quic-sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,9 @@ s2n-quic = { path = "../s2n-quic", features = ["unstable-provider-io-testing", "
s2n-quic-core = { path = "../s2n-quic-core", features = ["testing"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
# >0.6.1 breaks compatibility with 1.63
# See https://github.com/aws/s2n-quic/issues/1735
serde_spanned = "=0.6.1"
serde_spanned = "0.6"
structopt = "0.3"
toml = "0.7"
# >0.6.1 breaks compatibility with 1.63
# See https://github.com/aws/s2n-quic/issues/1735
toml_datetime = "=0.6.1"
toml_datetime = "0.6"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# >0.4.1 breaks compatibility with 1.63
# See https://github.com/aws/s2n-quic/issues/1735
winnow = "=0.5"
2 changes: 1 addition & 1 deletion quic/s2n-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ zerocopy = { version = "0.7", optional = true, features = ["derive"] }
zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
backtrace = { version = "=0.3.68" } # pin backtrace to avoid bumping MSRV
backtrace = { version = "0.3" }
bolero = { version = "0.10" }
jobserver = "0.1"
regex = "1"
Expand Down

0 comments on commit 2bf07a8

Please sign in to comment.