Skip to content

Commit 58ed89f

Browse files
committed
Update dependencies.
1 parent 76a0d63 commit 58ed89f

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ repository = "https://github.com/chirpstack/chirpstack-udp-forwarder/"
55
license = "MIT"
66
version = "4.1.2"
77
authors = ["Orne Brocaar <info@brocaar.com>"]
8-
edition = "2018"
8+
edition = "2021"
99
publish = false
1010

1111
[dependencies]
1212
chirpstack_api = { version = "4.4", default-features = false }
1313
serde_json = "1.0"
1414
zmq = "0.10"
15-
clap = { version = "4.3", default-features = false, features = [
15+
clap = { version = "4.4", default-features = false, features = [
1616
"std",
1717
"help",
1818
"usage",
@@ -22,9 +22,9 @@ hex = "0.4"
2222
toml = "0.7"
2323
serde = { version = "1.0", features = ["derive"] }
2424
log = "0.4"
25-
simple_logger = "4.1"
26-
uuid = { version = "1.3", features = ["v4"] }
27-
syslog = "6.0"
25+
simple_logger = "4.2"
26+
uuid = { version = "1.4", features = ["v4"] }
27+
syslog = "6.1"
2828
rand = "0.8"
2929
chrono = "0.4"
3030
base64 = "0.21"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.69.0"
2+
channel = "1.72.0"
33
components = ["rustfmt", "clippy"]
44
profile = "default"

shell.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ pkgs.mkShell {
55
pkgs.cacert
66
pkgs.rustup
77
pkgs.protobuf
8-
pkgs.cargo-bitbake
98
];
109
}

0 commit comments

Comments
 (0)