Skip to content

Commit

Permalink
chore(deps): Unlock serde version after binary removed in serde-rs/se…
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Sep 18, 2023
1 parent c6d09fa commit 8b61c87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ updates:
commit-message:
prefix: "feat"
include: "scope"
ignore:
- dependency-name: "serde"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ members = [
egui = { version = "^0", features = ["persistence"] }
eframe = { version = "^0", features = ["persistence"] }
ron = { version = "^0", features = ["integer128"] }
serde = { version = "^1,<1.0.172", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = {version = "^1", features = []}
time = {version = "^0", features = ["formatting", "macros"]}
ureq = {version = "^2", features = ["brotli", "native-certs", "socks-proxy", "cookies"]}
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ deny = [
# Wrapper crates can optionally be specified to allow the crate when it
# is a direct dependency of the otherwise banned crate
#{ name = "ansi_term", version = "=0.11.0", wrappers = [] },
{ name = "serde", version = ">1.171.0" },
#{ name = "serde", version = ">1.171.0" },
]

# List of features to allow/deny
Expand Down

0 comments on commit 8b61c87

Please sign in to comment.