Skip to content

Commit

Permalink
chore: serde_json patch is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
yhx-12243 committed Jul 30, 2024
1 parent 57bf9fe commit fbf224d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 81 deletions.
80 changes: 46 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ repository = "https://github.com/yhx-12243/q"

[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
clap = { version = "4.5.9", features = ["derive", "unicode", "wrap_help", "env", "string", "unstable-v5"] }
clap_derive = { version = "4.5.8", features = ["unstable-v5"] }
clap = { version = "4.5.11", features = ["derive", "unicode", "wrap_help", "env", "string", "unstable-v5"] }
clap_derive = { version = "4.5.11", features = ["unstable-v5"] }
hashbrown = { version = "0.14.5", features = ["serde"] }
nix = { version = "0.29.0", features = ["signal"] }
num = { version = "0.4.3", features = ["rand"] }
rand = { version = "0.8.5", features = ["log", "nightly"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = { version = "1.0.120", features = ["float_roundtrip"] }
serde_json = { version = "1.0.121", features = ["float_roundtrip"] }
smallvec = { version = "1.13.2", features = ["const_new", "may_dangle", "specialization", "union"] }

[lints.rust]
Expand Down
44 changes: 0 additions & 44 deletions patches/serde_json-1.0.120.patch

This file was deleted.

0 comments on commit fbf224d

Please sign in to comment.