Skip to content

Commit

Permalink
Cargo.lock: update dependencies
Browse files Browse the repository at this point in the history
Updates the following dependencies:

    Updating crates.io index
    Updating aho-corasick v1.0.4 -> v1.0.5
    Updating anstyle v1.0.1 -> v1.0.3
    Updating base64 v0.21.2 -> v0.21.4
    Updating bytes v1.4.0 -> v1.5.0
    Updating clap v4.3.23 -> v4.4.2
    Updating clap_builder v4.3.23 -> v4.4.2
    Updating clap_lex v0.5.0 -> v0.5.1
    Updating crypto-bigint v0.5.2 -> v0.5.3
    Updating errno v0.3.2 -> v0.3.3
    Updating flagset v0.4.3 -> v0.4.4
    Updating linux-raw-sys v0.4.5 -> v0.4.7
    Updating memchr v2.5.0 -> v2.6.3
    Updating pin-project-lite v0.2.12 -> v0.2.13
    Updating regex v1.9.3 -> v1.9.5
    Updating regex-automata v0.3.6 -> v0.3.8
    Updating regex-syntax v0.7.4 -> v0.7.5
    Updating rustix v0.38.8 -> v0.38.13
    Updating serde v1.0.185 -> v1.0.188
    Updating serde_derive v1.0.185 -> v1.0.188
    Updating serde_json v1.0.105 -> v1.0.106
    Updating slab v0.4.8 -> v0.4.9
    Updating syn v2.0.29 -> v2.0.32
    Updating time v0.3.26 -> v0.3.28
    Updating toml v0.7.6 -> v0.7.8
    Updating toml_edit v0.19.14 -> v0.19.15
    Updating trybuild v1.0.83 -> v1.0.84
    Updating walkdir v2.3.3 -> v2.4.0
    Updating winnow v0.5.14 -> v0.5.15
  • Loading branch information
tarcieri committed Sep 12, 2023
1 parent 7191ab1 commit 74ed873
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 54 deletions.
109 changes: 55 additions & 54 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions serdect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ serde = { version = "1.0.184", default-features = false, features = ["derive"] }
serde_json = "1"
serde-json-core = { version = "0.5", default-features = false, features = ["std"] }
toml = "0.7"
toml_edit = "=0.19.14" # pinned to preserve MSRV

[features]
default = ["alloc"]
Expand Down

0 comments on commit 74ed873

Please sign in to comment.