Skip to content

Commit

Permalink
chore(deps): update rust crate clap to v4.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 5c258f4 commit dd06a13
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ name = "conduit"
[workspace.dependencies.const-str]
version = "0.5.7"

[workspace.dependencies.ctor]
version = "0.2.8"

[workspace.dependencies.cargo_toml]
version = "0.20"
features = ["features"]

[workspace.dependencies.toml]
version = "0.8.14"
default-features = false
features = ["parse"]

[workspace.dependencies.sanitize-filename]
version = "0.5.0"

Expand Down Expand Up @@ -425,16 +413,6 @@ default-features = false
[workspace.dependencies.checked_ops]
version = "0.1"

[workspace.dependencies.syn]
version = "2.0.72"
features = ["full", "extra-traits"]

[workspace.dependencies.quote]
version = "1.0.36"

[workspace.dependencies.proc-macro2]
version = "1.0.86"


#
# Patches
Expand Down Expand Up @@ -502,11 +480,6 @@ package = "conduit_core"
path = "src/core"
default-features = false

[workspace.dependencies.conduit-macros]
package = "conduit_macros"
path = "src/macros"
default-features = false

###############################################################################
#
# Release profiles
Expand Down Expand Up @@ -801,7 +774,7 @@ perf = { level = "warn", priority = -1 }
###################
#restriction = "warn"

#allow_attributes = "warn" # UNSTABLE
allow_attributes = "warn"
arithmetic_side_effects = "warn"
as_conversions = "warn"
as_underscore = "warn"
Expand Down Expand Up @@ -851,7 +824,6 @@ style = { level = "warn", priority = -1 }
## some sadness
# trivial assertions are quite alright
assertions_on_constants = { level = "allow", priority = 1 }
module_inception = { level = "allow", priority = 1 }

###################
suspicious = { level = "warn", priority = -1 }
Expand Down

0 comments on commit dd06a13

Please sign in to comment.