Skip to content

Commit d124c2b

Browse files
committed
Merge branch 'master' into 135_task_create
2 parents 7af7b40 + 9515067 commit d124c2b

2 files changed

Lines changed: 35 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

attribution/dependencies.toml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ repository = "https://github.com/unicode-org/icu4x"
14311431

14321432
[[dependencies]]
14331433
name = "litrs"
1434-
version = "0.4.1"
1434+
version = "0.4.2"
14351435
description = """
14361436
Parse and inspect Rust literals (i.e. tokens in the Rust programming language
14371437
representing fixed values). Particularly useful for proc macros, but can also
@@ -2425,6 +2425,21 @@ authors = [
24252425
]
24262426
repository = "https://github.com/rust-lang/socket2"
24272427

2428+
[[dependencies]]
2429+
name = "socket2"
2430+
version = "0.6.0"
2431+
description = """
2432+
Utilities for handling networking sockets with a maximal amount of configuration
2433+
possible intended.
2434+
"""
2435+
license = "MIT OR Apache-2.0"
2436+
notices = ["Copyright (c) 2014 Alex Crichton"]
2437+
authors = [
2438+
"Alex Crichton <alex@alexcrichton.com>",
2439+
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
2440+
]
2441+
repository = "https://github.com/rust-lang/socket2"
2442+
24282443
[[dependencies]]
24292444
name = "stable_deref_trait"
24302445
version = "1.2.0"
@@ -2490,7 +2505,7 @@ repository = "https://github.com/Peternator7/strum"
24902505

24912506
[[dependencies]]
24922507
name = "strum_macros"
2493-
version = "0.27.1"
2508+
version = "0.27.2"
24942509
description = "Helpful macros for working with enums and strings"
24952510
license = "MIT"
24962511
notices = ["Copyright (c) 2019 Peter Glotfelty"]

0 commit comments

Comments
 (0)