Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Bump serde from 1.0.156 to 1.0.188 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 12c9e06 commit a5b7f8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

14 changes: 8 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ yanked = "warn"
notice = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
]
ignore = []

# This section is considered when running `cargo deny check licenses`
# More documentation for the licenses section can be found here:
Expand Down Expand Up @@ -72,15 +71,18 @@ registries = [
multiple-versions = "deny"
wildcards = "allow"
highlight = "all"

# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
]
[[bans.skip]]
# derive-new 0.5.9 and nalgebra-macros 0.1.0 depend on syn 1
name = "syn"
version = "1.0.109"

# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
# dependencies starting at the specified crate, up to a certain depth, which is
# by default infinite
skip-tree = [
]
#skip-tree = []

# This section is considered when running `cargo deny check sources`.
# More documentation about the 'sources' section can be found here:
Expand Down

0 comments on commit a5b7f8d

Please sign in to comment.