Skip to content

Commit

Permalink
fix 3 insecure development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 2, 2024
1 parent 56e3a39 commit 0fdfa1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rtc-datachannel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ thiserror = "1"

[dev-dependencies]
env_logger = "0.11"
chrono = "0.4"
chrono = "0.4.34"
2 changes: 1 addition & 1 deletion rtc-dtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pem = { version = "3", optional = true }
[dev-dependencies]
local-sync = "0.1"
core_affinity = "0.8"
chrono = "0.4"
chrono = "0.4.34"
env_logger = "0.11"
clap = { version = "4", features = ["derive"] }
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion rtc-rtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror = "1.0"
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
chrono = "0.4"
chrono = "0.4.34"
criterion = "0.5"

[[bench]]
Expand Down

0 comments on commit 0fdfa1f

Please sign in to comment.