Skip to content

Commit

Permalink
add derive feature due to tracing removal
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Oct 21, 2024
1 parent a02258e commit a44820e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ semver = { version = "1.0", features = ["serde"] }
nix = { version = "0.29", features = ["user","process", "signal", "fs"] }
capctl = "0.2"
pcre2 = { version = "0.2", optional = true }
serde = { version = "1.0", features=["rc"] }
serde = { version = "1.0", features=["rc", "derive"] }
serde_json = "1.0"
ciborium = "0.2"
glob = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions rar-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ semver = { version = "1.0", features = ["serde"] }
nix = { version = "0.29", features = ["user","process", "signal", "fs", "hostname"] }
capctl = "0.2"
pcre2 = { version = "0.2", optional = true }
serde = { version = "1.0", features=["rc"] }
serde_json = "1.0"
serde = { version = "1.0.210", features=["rc", "derive"] }
serde_json = "1.0.132"
glob = { version = "0.3", optional = true }
bitflags = { version = "2.5" }
shell-words = "1.1"
Expand Down

0 comments on commit a44820e

Please sign in to comment.